.front-page-contact-us {
    padding: 120px 0;
    background-color: var(--LightGray);
}

.front-page-contact-us .custom-row {
    margin-left: -28px;
    margin-right: -28px;
}

.front-page-contact-us .custom-row .custom-col {
    padding-left: 28px;
    padding-right: 28px;
}

.front-page-contact-us .titles {
    text-align: center;
    padding: 0 0 48px;
}

.front-page-contact-us .titles h2 {
    margin: 0;
}

.front-page-contact-us .titles p {
    margin: 24px 0 0;
}

.front-page-contact-us .tile {
    background: #FFFFFF;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 24px;
    margin: 0 0 42px;
}

.front-page-contact-us .tile .title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--TritonNavy);
    text-decoration: none;
}

.front-page-contact-us .tile .title img {
    width: 32px;
    height: auto;
    margin-right: 16px;
}

.front-page-contact-us .wpcf7 .field label {
    background-color: var(--LightGray);
}

@media only screen and (max-width: 991px) {
    .front-page-contact-us .titles h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .front-page-contact-us .wpcf7-form {
        margin-top: 70px;
    }

    .front-page-contact-us .wpcf7-submit {
        width: 100%;
    }

    .front-page-contact-us .tile .content {
        padding-top: 16px;
    }

    .front-page-contact-us .tile .title {
        align-items: flex-start;
        font-size: 20px;
        line-height: 25px;
    }

    .front-page-contact-us .tile a.title {
        line-break: anywhere;
    }

    .front-page-contact-us .tile .title img {
        margin-top: 5px;
    }

}
