@media screen and (max-width:600px) {
    section{
        margin-top: 10vh;
    }
    .main1-img{
        height: 30vh !important;
    }
    
    .mst-5{
        margin-top: 5vh;
    }
    .pp-0{
        padding: 0 !important;
    }
}