@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animate-fade-in:first-child{animation-delay:.1s}.animate-fade-in:nth-child(2){animation-delay:.3s}.animate-fade-in:nth-child(3){animation-delay:.5s}.animate-fade-in:nth-child(4){animation-delay:.7s}@media (max-width:1345px){.wrap-on-1345{flex-wrap:wrap;justify-content:center}.wrap-reverse-on-1345{flex-wrap:wrap-reverse;justify-content:center}}