.section-services-detailed {
    height: 700vh;
    scroll-snap-type: y;
}


@media screen and (max-width: 1400px) and (orientation: portrait){
    .section-services-detailed {
        height: 380vh
    }
}

@media screen and (max-width: 550px){
    .section-services-detailed {
        height: 310vh;
    }
}