.section-opacity {
    transform: translateY(4rem);
    opacity: 0;
    transition: 1000ms;

}
.section-opacity.show {
    transform: translateY(0);
    opacity: 1;
}

p, li {
    color: white !important;
}
