.lazy-section {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.lazy-section.loaded {
    opacity: 1;
}
