.articles-container{grid-area:articles;width:100%}.slide{animation:.8s cubic-bezier(.07,.89,.79,.95) 1.8s forwards slide;transform:translateY(132px)}@media screen and (max-width:1310px){.slide{transform:unset;animation:unset;animation-delay:unset;animation-fill-mode:unset}}@keyframes slide{0%{transform:translateY(100px)}to{transform:translateY(0)}}
