@media(max-width: 768px){

}

@media(max-width : 600px){
    .main-logo{
        max-height: 30px
    }

    .floating-col{
        position: static !important;
    }
    .about-section, .course-section{
        padding: 40px 20px 40px 20px !important;
        min-height:unset !important;
    }

    .about-section{
        border-radius: 0 0 100px 0;
    }

    .course-section{
        border-radius: 0 0 0 100px !important;
        padding-right: 20px !important;
    }

    section p.special-para{
        text-align: left;
        width: 100%;
    }

    .special-heading{
        width: 100%;
    }

    .banner-content h1{
        font-size: 40px;
    }

    .dna-bg{
        top: -2%;
    }

    .dna-bg img {
        max-height: 180px;
    }
    .mobo-rev{
        flex-direction: column-reverse;
    }

    .banner-content .theme-btn {
        margin-top: 34px;
    }
    .wcSlider .swiper-slide{
        width: auto !important;
    }


    .wcslider-nav{
        display: none;
    }

    .main-title{
        font-size: 30px;
    }
    .theme-btn{
        width: auto;
    }
    .bowl-img img {
        max-height: 45px;
    }
}