.maps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    gap: 10px;
}

.map {
    width: 523px;
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
}
