.fade-on-scroll-section {
    
}

.fade-on-scroll {
    /* transition: all 0.4s; */
}

.slide-up {
    transform: translateY(30px); 
    transition: all 0.5s; 
}