.contact-map {
    width: 100%;
    max-width: none;
    height: 450px;
    overflow: hidden;
    border: 6px solid #fff;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(3,84,40,.14);
}
.contact-map iframe {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    border: 0;
}
.map-section .container-fluid {
    width: 100%;
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
}
#contact-phone:invalid:not(:placeholder-shown) {
    border-color: #dc3545;
}
@media (max-width: 767px) {
    .map-section .container-fluid {
        padding-right: 12px;
        padding-left: 12px;
    }
    .contact-map {
        height: 360px;
        border-width: 4px;
    }
}
