

/* .content-section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */



.animation-intersection {
    opacity: 0;
    transition: opacity 750ms ease-out, transform 750s ease-out;
}

.animation-intersection.show {
    opacity: 1;
}



