.blog-recent-posts{margin:3rem auto 0;padding:2rem 20px}.blog-recent-posts__list{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:40px;padding-top:40px}.blog-recent__post img{max-width:100%;height:280px;width:100%;object-fit:cover;border:1px solid #ddd;border-bottom:0}.blog-recent__post:hover{text-decoration:none}.blog-recent__post-content .content{margin-bottom:10px}p.readmore{margin:20px 0;font-weight:700}@media screen and (min-width:1000px){.blog-recent-posts__list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-column-gap:40px;grid-row-gap:20px}}@media screen and (min-width:768px){.blog-recent-posts__list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:40px;grid-row-gap:20px}}