@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .col-xl-custom {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1400px) {
    .menu-link {
        padding: 1.3rem 0.8rem;
    }
}

@media (max-width: 1199.98px) {
    .menu-link {
        padding: 1.3rem 0.5rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 991.98px) {
    .hero-wrapper {
        height: 400px;
    }

    .section-28 {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: stretch;
        place-items: stretch stretch;
    }

    .div-block-91 {
        grid-column: span 3/span 3;
    }
}

@media (max-width: 767.98px) {
    .hero-wrapper {
        height: 350px;
    }

    .heading-39 {
        font-size: 24px;
    }

    .paragraph-22 {
        padding-top: 0;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .hero-wrapper {
        height: 250px;
    }
}