.related-posts__posts{display:grid;grid-gap:2rem;grid-template-columns:1fr;margin-top:4rem}.related-posts__post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.related-posts__title{margin-bottom:3rem}.related-posts__description,.related-posts__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-posts__description{margin-bottom:2rem}.related-posts__read-more{-ms-flex-item-align:start;align-self:flex-start;margin-top:auto}@media (min-width:576px){.related-posts__posts{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.related-posts{padding-bottom:8rem}.related-posts__posts{grid-template-columns:repeat(3,1fr)}}