
/*.xl-section, .large-section, .medium-section, .xs-section, .small-section, .text-section {*/
/*    opacity: 0;*/
/*    transform: translateY(100px);*/
/*    transition: opacity 0.8s ease-out, transform 0.8s ease-out;*/
/*}*/

/*.xl-section.in-view, .large-section.in-view, .medium-section.in-view, .xs-section.in-view, .small-section.in-view, .text-section.in-view {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/
