.articles-section{padding:24px 0}.articles-section .container{display:flex;flex-direction:column;gap:10px}@media (min-width: 992px){.articles-section .container{gap:24px}}.articles-section .container .articles-heading{margin:0}.articles-section .container .articles-list{list-style:none;margin:0;padding:0}@media (min-width: 992px){.articles-section .container .articles-list{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}}.articles-section .container .articles-list .article-item{overflow:hidden;border-radius:16px;box-shadow:0 2px 16px #0000001f}.articles-section .container .articles-list .article-item .article-item-link{text-decoration:none}.articles-section .container .articles-list .article-item .article-item-link .article-item-image{width:100%;height:163px;object-fit:cover}.articles-section .container .articles-list .article-item .article-item-link .article-item-content{display:flex;flex-direction:column;gap:16px;padding:16px}.articles-section .container .articles-list .article-item .article-item-link .article-item-content>h3{margin:0;font-size:18px;font-weight:700;line-height:1}.articles-section .container .articles-list .article-item .article-item-link .article-item-content>p{margin:0;font-weight:400;color:var(--dark)}
