.topSection {
    background: url("../../../../../public/images/webp/home/top.webp") no-repeat;
    background-size: cover;
}

@media screen and  (max-width: 468px){
    .topSection {
        background: url("../../../../../public/images/webp/home/top-sm.webp") no-repeat;
        background-size: cover;
        background-size: 100%;
    }
}