.popular-articles{background:linear-gradient(to bottom,transparent,var(--color-offwhite));display:flex;flex-direction:column;gap:2rem;height:100%;padding:0 1.5rem 2rem}.popular-articles-title{font-family:var(--font-family-secondary);font-size:2.5rem;font-weight:700;line-height:1.2}.popular-articles-list{display:flex;flex-direction:column;flex-grow:1;gap:1.5rem}.popular-articles-list>.popular-articles-action{margin:1rem auto 0;text-transform:uppercase}@media (max-width:767.98px){.popular-articles{background:var(--color-offwhite);gap:1.5rem;padding:2rem 1rem}.popular-articles-title{font-size:2rem}.popular-articles-list>.popular-articles-action{margin-top:0}.popular-articles .article.article.article{padding:0}}@media (min-width:768px) and (max-width:991.98px){.popular-articles{gap:1.5rem;padding:0 1rem 2rem}.popular-articles-title{font-size:2rem}.popular-articles-list .article.article--preview .article__image{height:80px;width:80px}.popular-articles-list .article.article--preview .article__content{padding-top:.25rem}}