.maps-section{
    padding: 4rem 2rem;
    background-color: #fff;
}

.maps-section h2 {
    font-weight: bold;
    color: #333;
}

#container-maps {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#container-maps iframe {
    display: block;
}