.articles-section{padding:24px 0}.articles-section .container{flex-direction:column;gap:10px;display:flex}@media (width>=992px){.articles-section .container{gap:24px}}.articles-section .container .articles-heading{margin:0}.articles-section .container .articles-list{margin:0;padding:0;list-style:none}@media (width>=992px){.articles-section .container .articles-list{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}}.articles-section .container .articles-list .article-item{border-radius:16px;overflow:hidden;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{object-fit:cover;width:100%;height:163px}.articles-section .container .articles-list .article-item .article-item-link .article-item-content{flex-direction:column;gap:16px;padding:16px;display:flex}.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{color:var(--dark);margin:0;font-weight:400}
