.map-block {
    height: 400px;
    max-height: 50vh;
    background: var(--bs-tertiary-bg);
    border-radius: 1.5rem;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .map-block {
        height: 50vh;
        max-height: 50vh;
    }
}
