@media (max-width: 991px) {
    .row>div {
        padding: 0 20px !important;
    }

    .hero-highlights {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 40px 0;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero-subheading {
        font-size: 18px;
    }

    .hero-highlights {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .hero-highlights li {
        font-size: 16px;
    }

    .hero-img {
        margin: 20px 0 0;
    }

    p {
        font-size: 16px;
        margin-top: 0;
    }

    .sub-text {
        font-size: 18px;
    }

    .cta-btn {
        font-size: 16px;
        width: 100%;
        max-width: 320px;
    }

    iframe {
        height: 250px;
        width: 100%;
    }

    .price-comparison {
        flex-direction: column;
    }

    .sample-link {
        font-size: 18px;
    }
}
