@media (max-width: 767px) {

    .herobar .herobar-title h1 {
        margin: 40px 0px;
        font-size: 1.8rem;
        text-align: center;
    }

    .herobar {
        min-height: 500px;
    }

    .herobar .herobar-title h3 {
        padding: 14px;
        display: block;
        font-size: 1rem;
        text-align: center;
    }

    .herobar .herobar-btn {
        text-align: center;
    }

    .mobh2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .home-browse-video .col-lg-4 {
        padding: 0 10px;
    }

    #home-features .content-box {
        text-align: justify;
        margin-left: 0;
        margin-right: 0;
        padding: 10px;
    }

    #home-features .icon-box {
        float: none;
        display: block;
        text-align: center;
    }

    #home-features .feature-title {
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .support-section {
        padding: 20px 0;
    }

    .about-us-content {
        padding: 10px;
        background: #faf9f9;
    }

    .about-us-content-img img {
        max-width: 100%;
    }

    .about-us-content h2,
    .about-us-content h3 {
        text-align: center;
    }

    .counter-section {
        padding: 10px;
    }

    .course-hero-buttons {
        justify-content: center;
        margin: 0 auto;
    }

    .course-details-title {
        font-size: 2rem;
        text-align: center;
    }

    .course-details-description {
        text-align: justify;
    }

    .course-details-badge {
        margin: 0 auto;
        display: block;
        width: max-content;
    }

    .ytd-video iframe {
        width: 100%;
        height: 100%;
    }

    .course-listing-header {
        font-size: 1.8rem;
        text-align: center;
        line-height: 3rem;
    }

    .module-info {
        text-align: right;
    }

    .module-title {
        line-height: 1.5rem;
    }

    .mobbtn {
        margin-top: 15px;
    }

    .course-details-faq-title {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .contact-map iframe {
        height: 100%;
        margin-top: 13px;
    }

    .page-title h1 {
        font-size: 1.8rem;
    }

    .page-contact .contact-wrapper {
        margin-top: 40px;
    }

    .courses-hero-section h1 {
        font-size: 2rem !important;
        text-align: center;
        line-height: 3rem !important;
    }

    .courses-hero-section .hero-content p {
        font-size: 1.2rem;
        text-align: center;
    }

    .courses-hero-section .stat-card {
        min-height: 100%;
    }

    .courses-hero-section .hero-content .badge {
        display: block;
        margin: 10px auto;
        width: max-content;
    }

    .upcoming-classes-page-title {
        font-size: 2rem;
    }

    .blog-herobar h1 {
        font-size: 2rem;
    }

    #contact-iframe {
        height: 100%;
    }

}