@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact .contact-form:after {
        display: none;
    }
    .contact .contact-form {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact .part-txt .title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .contact .part-txt .social {
        display: none;
    }
    .contact .contact-form h3 {
        font-size: 24px;
        line-height: 34px; 
    }
    .contact .contact-form {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .contact .contact-form form input {
        width: 100%;
        height: 45px;
    }
    .contact .contact-form:after {
        display: none;
    }
    .contact .contact-form form button {
        margin-bottom: 0;
    }
    .contact {
        padding: 60px 0 0;
    }
    .brand.contact-page {
        padding-top: 60px;
    }
    .map iframe {
        height: 300px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact .part-txt .title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .contact .part-txt .social {
        display: none;
    }
    .contact .contact-form h3 {
        font-size: 24px;
        line-height: 34px; 
    }
    .contact .contact-form {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .contact .contact-form form input {
        width: 100%;
        height: 45px;
    }
    .contact .contact-form:after {
        display: none;
    }
    .contact .contact-form form button {
        margin-bottom: 0;
    }
    .contact {
        padding: 60px 0 0;
    }
    .brand.contact-page {
        padding-top: 60px;
    }
    .map iframe {
        height: 300px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
    .contact .part-txt .title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .contact .part-txt .social {
        display: none;
    }
    .contact .contact-form h3 {
        font-size: 24px;
        line-height: 34px; 
    }
    .contact .contact-form {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .contact .contact-form form input {
        width: 100%;
        height: 45px;
    }
    .contact .contact-form:after {
        display: none;
    }
    .contact .contact-form form button {
        margin-bottom: 0;
    }
    .contact {
        padding: 60px 0 0;
    }
    .brand.contact-page {
        padding-top: 60px;
    }
    .map iframe {
        height: 200px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .contact .part-txt .title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .contact .part-txt .social {
        display: none;
    }
    .contact .contact-form h3 {
        font-size: 24px;
        line-height: 34px; 
    }
    .contact .contact-form {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .contact .contact-form form input {
        width: 100%;
        height: 45px;
    }
    .contact .contact-form:after {
        display: none;
    }
    .contact .contact-form form button {
        margin-bottom: 0;
    }
    .contact {
        padding: 60px 0 0;
    }
    .brand.contact-page {
        padding-top: 60px;
    }
    .map iframe {
        height: 200px;
    }
}