@media (max-width: 1000px) {
    .custom-promo__container {
        flex-direction: column; /* Stack elements vertically with image on top */
        align-items: center;
    }

    .custom-promo__text {
        order: 2;
        width: 100%;
        margin-top: 0.25rem;
    }

    .custom-promo__image__container {
        order: 1;
        width: 100%;
        max-width: 100% !important;
    }
    .custom-promo__img {
        max-height: 15rem;
    }

    .promo-btn {
        margin-top: 1rem;
        width: auto;
    }

    .text-links-container {
        flex-direction: column;
    }
    .text-links-text {
        padding-bottom: 0px !important;
    }
    .custom-promo__links__container {
        padding-top: 1rem;
    }
    .kari-links {
        display: none !important;
    }
    .banner::before {
        display: none;
    }
    .banner {
        height: 15rem !important;
        background-position: center;
    }
    .banner-content {
        justify-content: center !important;
    }
}