@media only screen and (max-width: 600px)  {
    
    .fs-48 {
        font-size: 35px;
    }
    .fs-72 {
        font-size: 45px;
    }
    .fs-60 {
        font-size: 40px;
    }
    
    .banner {
        height: 835px;
        clip-path: polygon(0 0, 100% 0, 100% 98%, 75% 100%, 0 95%);
    }
    .overlay {
      
        height: 100%;
     
    }
    .fs-12
    {
        font-size: 12px;
    }

    .partners-slick .slick-slide
    {
        margin: 0 14px;
    }

    .mentors {
        height: 655px;
        background-position: -120px 0px;
       
    }
    .Objective .me-2 {
        margin-right: 2.5rem !important;
    }
    .Objective .me-3 {
        margin-right: 40px !important;
    }
    .mob-scroll {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start !important;
    }
}