@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
        scroll-behavior: smooth;
    }

  .mySlides {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
    margin: 0;
}


    /* Check */

         /* About Section */

         .about-text .about_heading {
            color: #CB5499;
            font-size: 55px;
            font-weight: 700;
        }
    
        .about_subheading {
            color: #2E2E2E;
            font-size: 18px;
            font-weight: 600;
        }
    
        .about_para {
            color: #2E2E2E;
            font-size: 16px;
            font-weight: 500;
        }

        .image_header .mobile_view_worksheet {
            display: none;
        }

        @media screen and (min-width:768px) and (max-width:991px) {
            .course-item .course-thumb {
                height: 350px;
                width: 250px;
            }
        }

        
        @media screen and (min-width:501px) and (max-width:750px) {
            .course-item .course-thumb {
                height: 416px;
            }
        }

        @media screen and (max-width:500px) {
            .course-item .course-thumb {
                width: 300px;
                height: 370px;
            }
        
            .course-item {
                width: 98%;
                height: 80%;
            }
            .about-text .about_heading {
                font-size: 220% !important;
            }
        
            .about-text .about_subheading {
                font-size: 100%;
            }
            
            .about-text .about_para{
                font-size: 80% !important;
                text-align: justify;
            }
        
            .about-text .heading_line img{
                width: 30% !important;
            }
        
            .laptop_view_worksheet {
                display: none;
            }
        
            .mobile_view_worksheet {
                display: block;
            }
            
            .frame .right {
                display: none !important;
            }
        }