.contact-us {
    margin-top: 80px;
    background-color: white;
    padding-bottom: 50px;
}

.contact-us .form-row {
    margin-bottom: -30px;
}

.required-field {
    color: red;
    font-size: 75%;
    margin-bottom: -5px;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 1.6rem;
    }
    p {
        font-size: 73%;
    }
    .margin-small {
        margin-top: -30px;
    }
}
