.articles-section .articles-container{align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:1fr}.articles-section .articles-container .article-card{align-items:stretch;background-color:#e0e0e0;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;padding:.5rem;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.articles-section .articles-container .article-card:hover{box-shadow:0 4px 8px #0000001a}.articles-section .articles-container .article-card .article-image{border-radius:15px;height:150px;margin-bottom:.5rem;-o-object-fit:cover;object-fit:cover;width:100%}.articles-section .articles-container .article-card h3.article-title{color:#333;flex-shrink:0;font-size:1.15rem;font-weight:100;margin-bottom:.15rem}.articles-section .articles-container .article-card p{font-size:.9rem;font-weight:300}.articles-section .articles-container .article-card p.article-snippet{display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical;flex-grow:1;line-height:1.5;margin-top:0;white-space:pre-wrap}@media screen and (min-width:992px){.articles-section .articles-container .article-card p.article-snippet{-webkit-line-clamp:7}}.articles-section .articles-container .article-card p.article-publish-date{color:#1a1a1a;margin-bottom:0;text-align:right}.articles-section .articles-container .article-card.more-articles{align-items:stretch;display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;justify-content:space-between}.articles-section .articles-container .article-card.more-articles h3.more-articles-text{font-size:1.15rem;font-weight:100}@media screen and (min-width:767px){.articles-section .articles-container{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:540px)and (max-width:766px){.articles-section .articles-container{grid-template-columns:repeat(2,1fr)}}
