@media only screen and (max-width:767px){
    .contact-section01 .contact-box01{
        display: initial;
    }
    .contact-section01 .is-container.contactDetails {
        margin-top: 0 !important;
        max-width: 100vw;
    }
}

.contactMap {
    min-height: 50vh;
}
