#contact-us-info {
    text-align: center;
    color: #222222;
    font-size: 30px;
    line-height: 40px;
}

#contact-us h2 {
    font-size: 40px;
    color: #789C4C;
}

#contact-us-info b {
    color: #789C4C;
}

#contact-us .border-rounded {
    border-radius: 12px;
}

#contact-us .centered {
    display: block;
    margin: auto;
}

#contact-us form label {
    color: #789C4C;
}

#contact-us #contact-us-form input[name='submitMessageContactUs'] {
    text-transform: none;
    padding: 10px 40px;
}

#contact-us #alert-message {
    width: 100%;
    text-align: center;
}

#contact-us #alert-message p {
    font-weight: bold;
    padding: 10px 0;
}

#contact-us #alert-message p.success {
    color: #789C4C;
}

#contact-us #alert-message p.danger {
    color: #CB3333;
}

#contact-us .success {
    background-color: #D1E8B6;
}

#contact-us .danger {
    background-color: #EFB7AD;
}

#contact-us .error-field {
    outline: .1875rem solid #CB3333;
}

@media screen and (max-width: 991px) {
    #contact-us h2 {
        font-size: 25px;
    }

    #contact-us-info {
        font-size: 22px;
    }
}