.curated-posts__grid{grid-column-gap:2rem;grid-row-gap:1.5rem;display:grid;grid-template-columns:repeat(1,1fr);margin-top:1.5rem}@media (min-width:768px){.curated-posts__grid{grid-template-columns:repeat(3,1fr)}}.curated-post__item>a{color:inherit;display:flex}.curated-post__item .curated-post__image{margin-right:1em;max-width:75px}.curated-post__item .curated-post__image .img-container{aspect-ratio:1/1;width:100%}.curated-post__item .curated-post__image .img-container img{height:100%;object-fit:cover;width:100%}.curated-post__item .curated-post__content{flex:1}.curated-post__item .curated-post__title{margin-bottom:.8rem;transition:all .4s ease-in-out}.curated-post__item>a:hover{color:var(--ct-secondary)}