@media (max-width: 650px) {
    #blogs {
        display:none;
    }
    #exp-courses {
        font-size: 18px;
    }
    .courses-box {
        width: 90vw;
    }
    .courses-box img {
        width: 90vw;
    }
    .course-btn {
        width:90vw;
    }
    .second-row {
        gap: 10px;
        justify-content: center ;
    }
    #details {
        font-size: 10px;
    }
    #we-title {
        font-size: 22px;
    }
    .verify-we-row {
        font-size: 13px;
    }
    .ff-two {
        margin-bottom: 22px;
    }
    body {
        background-size: cover;
        background-color: black;
    }

    .n-last {
        display: none;
    }

    .nav-wrapper {
        gap: 15px;
        margin-left: 10px;

    }

    .nav-wrapper li a {
        font-size: 18px;
    }

    .nav-wrapper li #contactUs {
        display: none;
    }

    nav {
        justify-content: center;
    }

    .f-two h1 {
        margin-top: 10vw;
        font-size: 8vw;
        line-height: 47px;
    }

    .m-one h1 {
        font-size: 27px;
    }

    .m-two img {
        width: 90vw;
        height: 100%;
        margin-top: 8vw;
    }

    .we-details-row-first img {
        width: 80vw;
    }

    .we-details-row {
        flex-wrap: wrap;
    }

    #we-title {
        font-size: 33px;
        padding-bottom: 10px;
    }

    #details {
        font-size: 22px;
        width: 90vw;
    }

    .last3 {
        height: 100vw;
    }

    footer {
        flex-wrap: wrap;
        background: black;
    }

    .last3 {
        margin: 0;
    }

    .last3 h1 {
        margin-top: 4vw;
        font-size: 24px;
    }


    iframe {
        width: 330px;
    }
}