.landscape-img {
        max-width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 12px;
    }
    @media (max-width: 576px) {
        .contact-section {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important;
        }
        .contact-gap {
            gap: 1rem !important;
        }
        .contact-title {
            font-size: 1.5rem !important;
        }
        .landscape-img {
            aspect-ratio: 4 / 3;
            max-width: 80%;
        }
    }
    .contact-min-vh {
        min-height: 100vh !important;
    }