
@media (max-width: 768px) {
    section.texture-bg h2,
    section.pl-hero h2 {
        font-size: 28px !important;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .hero-card .content-side,
    .hero-card .image-side {
        padding: 20px;
    }

    .quiz-box {
        padding: 20px !important;
    }

    .animated-border-box,
    .cta-card {
        padding: 15px !important;
    }

    .quote-section {
        padding: 57px 0;
    }
}


/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-card {
        flex-direction: column !important;
    }

    .headline {
        font-size: 1.6rem !important;
        line-height: 1.4 !important;
    }

    .image-side {
        order: -1;
        /* Image appears on top on mobile */
    }

    .quiz-option {
        padding: 12px 12px !important;
    }

    .premium-hero-module .hero-main-headline {
        text-align: left;
        font-size: clamp(1.5rem, 5vw, 1.8rem) !important;
    }
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 991px) {
    .premium-hero-module .hero-text-content {
        padding: 2rem 1rem !important;
        text-align: center;
    }

    .premium-hero-module .hero-text-content p {
        text-align: left !important;
    }

    .premium-hero-module .hero-testimonial-quote {
        border-left: none;
        border-top: 2px solid #3a7bd5;
        padding: 20px 0 0 0;
    }

    .premium-hero-module .hero-visual-display {
        min-height: 400px !important;
    }
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 480px) {
    .premium-hero-module .hero-text-content {
        padding: 3rem 0rem !important;
        text-align: center;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
.probiotics img {
        height: 240px;
    }
         .multiImgBlock {
             display: flex!important;
             column-gap: 30px;
             overflow-x: scroll;
             align-items: flex-start;
             flex-wrap: nowrap !important;
         }
}

@media (min-width: 320px) and (max-width: 480px) {
.probiotics h2 {
        font-size: 32px;
    }
}