.custom-map-wrapper {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.custom-map-wrapper iframe {
    width: 100%;
    height: 260px;
    border: 0;
    display: block;
}

/* TABLET */
@media (max-width: 768px) {
    .custom-map-wrapper iframe {
        height: 220px;
    }
}

/* MOBILE */
@media (max-width: 480px) {
    .custom-map-wrapper iframe {
        height: 190px;
        border-radius: 14px;
    }
}