/* Masaüstünde mevcut dış boşluğun yaklaşık yarısını içeriğe kazandırır. */
@media (min-width: 1001px) {
    .page-villa .md-container {
        width: min(calc(100% - 24px), calc(50vw + 590px)) !important;
        max-width: 1550px;
    }

    .page-villa .md-layout {
        gap: 30px !important;
    }
}

@media (min-width: 1550px) {
    .page-villa .md-gallery {
        height: 480px !important;
    }

    .page-villa .md-layout {
        grid-template-columns: minmax(0, 1fr) 390px !important;
    }
}
