@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate-fade-up{animation:fade-up .6s ease both}.animate-fade-in{animation:fade-in .6s ease .15s both}@media(max-width:768px){section{flex-direction:column;padding:48px 24px;text-align:center}section,section>div:first-child{align-items:center}section>div:last-child{margin-top:40px;width:100%}}
