.latest_articles{width:264px;display:flex;flex-direction:column;gap:32px;opacity:0;animation:showUp 1.2s cubic-bezier(.21,.42,.23,1) .2s forwards}.latest_articles_title{font-size:24px;line-height:1}.latest_articles_wrapper{display:flex;flex-direction:column;gap:40px}.latest_article_img_wrapper{position:relative;overflow:hidden;border-radius:16px;width:100%;height:176px}.latest_article_img{object-fit:cover;transition:transform .15s ease}.latest_article_content{margin-top:16px}.latest_article_content_details{display:inline-flex;row-gap:8px;column-gap:14px;align-items:center;flex-wrap:wrap}.latest_article_content_details_category{padding:6px 8px;background-color:#ebebeb;border-radius:16px;color:#a0a0a0;font-size:12px;line-height:1}.latest_article_content_details_date{font-size:18px;font-weight:300;line-height:1}.latest_article_content_title{margin-top:8px;font-size:14px;font-weight:500;line-height:1.7}@media screen and (max-width:1260px){.latest_article_content_details{row-gap:4px;column-gap:10px}.latest_article_content_details_date{font-size:14px}}@media screen and (max-width:1100px){.latest_articles{width:auto}.latest_article_link{width:264px}.latest_articles_wrapper{flex-direction:row;width:100%;gap:24px}.latest_article_content_details{row-gap:8px;column-gap:14px}.latest_article_content_details_date{font-size:18px}}@media screen and (max-width:800px){.latest_articles_wrapper{gap:8px;overflow-x:scroll}.latest_article_img_wrapper{border-radius:8px}}@media screen and (min-width:641px){.latest_article_link:hover .latest_article_img{transform:scale(1.05)}}