@media (max-width: 980px){
    section.contact-sec .col-lg-5{
    margin-bottom: var(--m30);
}
}
@media (max-width: 540px){
    section.contact-sec .col-lg-5{
        padding:0px;
    }
    section.contact-sec .col-lg-5 img.img-fluid {
    width: 100%;
    max-height:300px;
    }
    section.contact-sec h2, section.contact-sec .contact-form-c {
    font-size: var(--f28);
}
section.contact-sec .col-lg-7 {
    padding: 0px;
}
section.contact-sec .contact-form{
    padding: var(--p30) var(--p20);
}
}
@media (max-width: 360px){
    section.contact-sec h2, section.contact-sec .contact-form-c {
    font-size: var(--f26);
}
iframe {
    height: 300px !important;
}
}