.related-posts{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(4,1fr)}@media(max-width:1200px){.related-posts{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.related-posts{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.related-posts{grid-template-columns:1fr}}.related-posts .related-post{border:1px solid #ccc;padding:1rem;text-align:left}.related-posts .related-post .image-container{position:relative;width:100%;height:200px;overflow:hidden}.related-posts .related-post .image-container img{object-fit:cover;width:100%;height:100%}.related-posts .related-post h2{font-size:1.2rem;margin:.5rem 0;height:6rem}@media(max-width:1280px){.related-posts .related-post h2{height:10rem}}@media(max-width:480px){.related-posts .related-post h2{height:6rem}}.related-posts .related-post a{text-decoration:none;color:#f36762;font-weight:600;display:block}.related-posts .related-post a:hover{color:#585667}