.blog-posts{width:100%;display:flex;justify-content:center;font-family:var(--font-inter);margin-top:20px}.blog-posts__content{display:grid;grid-template-columns:repeat(1,1fr);width:100%;grid-gap:20px;gap:20px}@media screen and (min-width:764px){.blog-posts__content{gap:40px;max-width:700px;grid-template-columns:repeat(2,1fr)}.blog-posts__content>a:first-child{grid-column:1/-1}}@media screen and (min-width:1024px){.blog-posts__content{overflow:visible;gap:5px;max-width:960px;grid-template-columns:repeat(3,1fr)}.blog-posts__content>a:first-child{grid-column:auto}.blog-posts__content .blog-post-preview{min-width:316px!important;width:316px!important}.blog-posts__content .blog-post-preview__image{height:110px}}@media screen and (min-width:1440px){.blog-posts__content{max-width:1200px;gap:40px}.blog-posts__content .blog-post-preview{min-width:373px!important;width:373px!important}.blog-posts__content .blog-post-preview__image{height:134px}}