@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.article-card{flex:30rem;max-width:40rem;display:flex}.article-card__link{width:100%;height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.article-card__top{aspect-ratio:4/3;border-radius:1rem;width:100%;overflow:hidden}.article-card__img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.article-card__link:hover .article-card__img{transform:scale(1.02)}.article-card__bottom{flex-direction:column;flex:1;padding-top:1rem;display:flex}.article-card__time{color:#797874;padding:.7rem 0;font-weight:500;display:block}.article-card__title{flex-grow:1;font-size:2.2rem;font-weight:600;line-height:1.3}.article-card__line{background-color:#cac8c2;width:100%;height:1px;margin:2rem 0 1rem;display:block}.article-card__box{justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;display:flex}.article-card__category{color:#797874;text-transform:capitalize;font-size:1.5rem;font-weight:500}.article-card__btn{color:#222;font-weight:600;transition:color .3s}
@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.article-section--margin{margin-top:-3rem}.article-section__top{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;display:flex}.article-section__top div.section-heading{flex:40rem}.article-section__top .article-section__text{flex:20rem}.article-section__list{flex-wrap:wrap;align-items:stretch;gap:4rem;display:flex}.article-section__list>*{flex:30rem;display:flex}@media (min-width:558px){.article-section--margin{margin-top:-4rem}}
