.posts{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}.post__wrapper{display:flex;padding:1.5rem .5rem;width:33.3333333333%}.posts--one-col .post__wrapper{width:100%}.posts--two-col .post__wrapper{width:50%}.posts--three-col .post__wrapper{width:33.3333333333%}.posts--four-col .post__wrapper{width:25%}.posts--five-col .post__wrapper{width:20%}.posts--six-col .post__wrapper{width:16.6666666667%}.posts--seven-col .post__wrapper{width:14.2857142857%;width:12.5%}@media (max-width:1079px){.post__wrapper{width:50%}.posts--one-col-md .post__wrapper{width:100%}.posts--two-col-md .post__wrapper{width:50%}.posts--three-col-md .post__wrapper{width:33.3333333333%}.posts--four-col-md .post__wrapper{width:25%}.posts--five-col-md .post__wrapper{width:20%}.posts--six-col-md .post__wrapper{width:16.6666666667%}}@media (max-width:767px){.post__wrapper,.posts--one-col-sm .post__wrapper{width:100%}.posts--two-col-sm .post__wrapper{width:50%}.posts--three-col-sm .post__wrapper{width:33.3333333333%}.posts--four-col-sm .post__wrapper{width:25%}}.post{display:flex;flex-direction:column;width:100%}.post__image{aspect-ratio:300/157;border-radius:2rem;margin-bottom:1.25rem;overflow:hidden}.post__image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.post__image a:hover img{transform:scale(1.0125)}.post__content{display:flex;flex-direction:column;flex-grow:1}.post__meta{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}.post__date,.post__read-time{font-size:.875rem;font-weight:600}.post__read-time{display:inline-flex;flex-direction:row}.post__read-time-icon{margin-right:.625rem}.post__summary,.post__title{flex-grow:1;margin-bottom:1rem}.post__title,.post__title a{text-decoration:none}.post__title a:active,.post__title a:focus,.post__title a:hover{text-decoration:underline}.post__link-wrapper{padding-top:1rem}