.blog-listing{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;justify-items:center}.blog-listing__post{text-align:center}.blog-listing__post-image{height:180px;width:100%;object-fit:cover}h2.blog-listing__post-title{color:inherit;font-size:24px;line-height:30px;font-weight:500;margin-bottom:10px}.blog-listing__post-title-link,.blog-listing__post-title-link:focus,.blog-listing__post-title-link:hover{font-weight:inherit;font-family:inherit}.blog-listing__post-link{font-weight:500}.blog-listing__post-link:hover{color:#0066a4}@media (max-width:767px){.blog-listing{grid-gap:10px;grid-template-columns:repeat(2,1fr)}}