section.related-blogs .inner{margin:0 auto;max-width:1140px;padding:0 20px}section.related-blogs .heading{text-align:center}section.related-blogs .listing{display:grid;gap:40px;grid-template-columns:100%;grid-template-rows:auto}@media (min-width:1024px){section.related-blogs .listing{grid-template-columns:repeat(3,1fr)}}section.related-blogs .post a{background-color:transparent;display:block;height:100%;padding:10px;transition:background-color .25s ease-in-out}section.related-blogs .post .photo img{aspect-ratio:518/300;height:100%;margin-bottom:10px;object-fit:cover;width:100%}section.related-blogs .post .photo img.no-photo{border:1px solid #cdcdcd}section.related-blogs .post a h3{color:#005da6;font-weight:700;margin-bottom:0;text-transform:none;transition:color .25s ease-in-out}section.related-blogs .post a:hover{background-color:#f1f2f2}section.related-blogs .post a:hover h3,section.related-blogs .post p{color:#414042}section.related-blogs .post p.date{color:#6e6259;font-size:18px;font-size:1.125rem}section.related-blogs .post p+p{margin-top:10px}