.contact_form_wrapper .contact_address .address_wrapper {
    max-width: 300px;
}
.contact_form_wrapper .contact_address .address_wrapper .address_details + .address_details {
    margin-top: 10px;
} 

@media screen and (max-width: 991.98px) {
    .map_wrapper .map_iframe iframe {
        height: 500px
    }
}
@media screen and (max-width: 767.98px) {  
    .map_wrapper .map_iframe iframe {
        height: 400px
    }
}