.selected-blogs{display:grid;gap:2rem 4rem;grid-auto-flow:row dense;grid-auto-rows:1fr;grid-template-columns:1fr;margin:2rem auto;max-width:1440px;padding:0 1rem}.blog-item{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-end;overflow:hidden;z-index:1}.blog-item,.blog-item-body{display:flex;position:relative}.blog-item-body{color:var(--clr-light);flex-direction:column;justify-content:center;max-width:100%;padding:1rem;width:100%}.blog-item-tags{font-size:1rem}.blog-item__title{font-size:1.5rem}.blog-item__description{font-size:1.1rem}.blog-item__author{font-size:1rem}.blog-item-body:after,.blog-item__link{height:100%;inset:0;position:absolute}.blog-item-body:after{background-color:rgba(26,151,70,.75);content:"";filter:brightness(.65);z-index:-1}@media (min-width:600px){.blog-item-body{max-width:50%}}@media (min-width:872px){.blog-item-body{max-width:40%}.selected-blogs{grid-template-columns:1fr 1fr}.grid-size-1{grid-column-end:span 1}.grid-size-1 .blog-item-body{max-width:50%}.grid-size-2{grid-column-end:span 2}}