.fa-sub-header {
    text-align: center;
    margin-top: 40px;
}

.fa-sub-header h2 {
    font-size: 35px;
    color: #d50000;
}

.fa-main-header {
    text-align: center;
}

.fa-main-header h2 {
    font-size: 35px;
    font-weight: 600;
}

.fraud-alert-content {
    line-height: 3rem;
    width: 84%;
    margin: 20px auto 70px auto;
}

.fraud-alert-content p{
    margin-bottom: 2rem;
}

.fa-site-link:hover {
    text-decoration: none;
    cursor: pointer;
}