/* @media (min-width:992px) and (max-width:1268px) */
@media (min-width:992px) and (max-width:1280px) {
.contact{
    /* flex-direction: column; */
    width: 88%;
}
.social{
    display: flex;
    justify-content:baseline !important;
}
}

/* @media (min-width:992px) and (max-width:1268px) */
@media  (min-width:767px) and (max-width:992px) {
    .contact{
        flex-direction: column;
        width: 80%;
    }
    .social{
        display: flex;
        justify-content:baseline !important;
    }

.contact_content{
    width: 100%;
    margin-top: 50px;
}
    }

    /* @media (min-width:992px) and (max-width:1268px) */
@media  (min-width:320px) and (max-width:767px)  {
    .banner h2{
        font-size: 20px !important;

    }
.contact .contact_media h3{
    font-size: 20px;
}
    .contact{
        flex-direction: column;
        width: 90%;
    }
    .social{
        display: flex;
        justify-content:baseline !important;
    }

.contact_content{
    width: 100%;
    padding: 20px;
    margin-top: 50px;
}
.contact_content form button{
    width: 100%;
}
    }


