@media (max-width: 767px) {
    h2.pricing-title {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .pricing-eyebrow {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .pricing-sub {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .pricing-diagonal-badge {
        width: 60px !important;
    }

    .sh {
        font-size: 24px !important;
        line-height: 28px !important;
        text-align: center !important;
    }

    .ss {
        font-size: 14px !important;
        line-height: 18px !important;
        text-align: center !important;
    }

    .sbtns {
        justify-content: center;
        align-items: center;
    }

    .si {
        width: 42px !important;
        height: 42px !important;
        /* text-align: center !important; */
    }

    .sih {
        font-size: 32px !important;
    }

    .hiw-subtitle {
        font-size: 12px !important;
        line-height: 15px !important;
        text-align: center !important;
    }

    .hiw-title {
        font-size: 24px !important;
        line-height: 28px !important;
        text-align: center !important;
    }

    .hiw-desc {
        font-size: 14px !important;
        line-height: 18px !important;
        text-align: center !important;
    }

    /* .hcs{
        font-size: 12px !important;
        line-height: 15px !important;
        
    }

    .hcst{
        font-size: 24px !important;
        line-height: 28px !important;
        
    } */

    /* .faqt{
        font-size: 24px !important;
    } */
    /* .about-hero-title{
        font-size: 24px !important;
        line-height: 28px !important;
    } */
    .benefits-title {
        font-size: 24px !important;
        line-height: 28px !important;
    }
}

.hmm .mmth:hover {
    color: #162956 !important;
}

/* Remove default button focus/active styles */
button,
button:focus,
button:active,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Light blue background only on click (optional) */
/* button:active {
    background-color: #ADD8E6 !important;
} */