
.map-section .map-container{
    width: 95%;
    height: var(--map-h);
    max-width: var(--sec-max-w);
    margin: auto;
}
.map-section .map-container iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}