.featured-posts img{max-width:100%;height:auto}.featured-posts-items{grid-template-columns:repeat(3,1fr);gap:80px;display:grid}@media (max-width:1023px){.featured-posts-items{grid-template-columns:1fr;gap:50px}}.featured-posts-items article:first-of-type{grid-column:1/4;max-width:none}.featured-posts-items article:first-of-type>a{column-gap:var(--s-20);grid-template:"image title"max-content"image content"1fr"image button"max-content/8fr 4fr;display:grid}@media (max-width:1023px){.featured-posts-items article:first-of-type>a{grid-template:none/1fr}}.featured-posts-items article:first-of-type>a .post-featured-image{grid-area:image}@media (max-width:1023px){.featured-posts-items article:first-of-type>a .post-featured-image{grid-area:unset}}@media (min-width:1024px){.featured-posts-items article:first-of-type>a .post-featured-image{margin-bottom:0}}.featured-posts-items article:first-of-type>a .post-featured-image>img{height:100%}.featured-posts-items article:first-of-type>a h2{grid-area:title}@media (max-width:1023px){.featured-posts-items article:first-of-type>a h2{grid-area:unset}}.featured-posts-items article:first-of-type>a section{grid-area:content}@media (max-width:1023px){.featured-posts-items article:first-of-type>a section{grid-area:unset}}.featured-posts-items article:first-of-type>a button{grid-area:button}@media (max-width:1023px){.featured-posts-items article:first-of-type>a button{grid-area:unset}.featured-posts-items article:first-of-type{grid-column:span 1}}.other-posts .wrap{grid-template-columns:3.5fr 2fr;gap:100px;display:grid}@media (max-width:1023px){.other-posts .wrap{grid-template-columns:1fr}}.other-posts-latest-items,.other-posts-news-items{gap:50px;display:grid}.other-posts-latest{padding-top:var(--s-10)}.other-posts-news{padding:var(--s-10) var(--s-10);background-color:#f5f5f5}@media (max-width:1023px){.other-posts-news{display:none}}.section-title{color:#5b5b5d;border-bottom:var(--bd);margin-bottom:30px;padding-bottom:15px;font-size:13px}