/* Mobile */
@media (max-width: 576px) {
    .hero-left h1 {
        font-size: 34px;
    }

    .m-margin-b-15 {
        margin-bottom: 15px;
    }

    h2 {
        font-size: 20px !important;
    }

    .m-margin-t-15 {
        margin-top: 15px;
    }

    .m-margin-t-50 {
        margin-top: 50px;
    }

    .hero-left p {
        font-size: 16px;
    }

    .hero-right {
        grid-template-columns: 1fr;
    }

    .card h2 {
        font-size: 28px;
    }

    .login-offcanvas {
        width: 100% !important;
    }

    .css-asdm4n-TextContainer {
        width: 100%;
    }

    .hero-right {
        display: flex;
        gap: 16px;
    }


    /*  */
    .hero-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* two columns */
        gap: 20px;
    }

    .col-left {
        display: grid;
        grid-template-rows: repeat(3, auto);
        gap: 20px;
    }


    .card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        border-radius: 12px;
        background: #fff;
    }

    .card img {
        width: 100%;
        height: auto;
    }

    .css-16zmcy3-SecText {
        font-size: 16px;
        line-height: 150%;
        color: var(--color-i-black);
        margin-bottom: 8px;
    }

    .m-feturess-css {
        text-align: center;

    }

    .footer-css {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flag {
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
    }

    .input-mobile {
        padding-left: 40px;
    }

    .phone-input input {
        padding-left: 10px;
    }

    .login-offcanvas-nav {
        width: 70% !important;
    }

    .login-card {
        max-width: 480px;
        margin: 80px auto 40px;
        padding: 40px 20px;
        border-radius: 14px;
        border: 1px solid #eaeaea;
    }

    .tech-btn {
        font-size: 12px !important;
    }

    .footer-text {
        align-items: center;
        text-align: center;
        /* align-items-center text-center */
    }

    .top-scroll-tab {
        font-size: 12px;
        padding: 0.4rem 0 0 0;
        margin: 0 0.4rem;
    }

    .get-start-section .hero-header {
        flex-direction: column;
    }

    .get-start-section .btn-outline,
    .get-start-section .btn-primary {
        width: 100%;
    }

    .get-start-section .feature-grid {
        grid-template-columns: 1fr;
    }

    .get-start-section .hero-left h1 {
        font-size: 1.7rem;
    }

    .h5,
    h5 {
        font-size: 1rem;
    }

    .small,
    small {
        font-size: .775em;
    }

    .lg-gap-4 {
        gap: 0 !important;
    }

    .get-start-section .hero-right {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        align-items: self-start;
    }

    .educator-photo {
        max-width: 150px;
    }

    .btn-follow {
        padding: 0.6rem 1.5rem;
    }

    .nav-tabs {
        justify-content: space-between;
    }


}