@media screen and (min-width: 768px) { .brxe-section:not(.hero).brx-animated { animation-duration: 0.8s; animation-fill-mode: both; } .brxe-section:not(.hero).brx-animate { animation-name: fadeInUp; } } @keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 30px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }