.related-blog{gap:var(--spacing-xl)}.related-blog,.related-blog__title{display:flex;flex-direction:column}.related-blog__title h2,.related-blog__title p{margin-bottom:0}.related-blog__cards{display:grid;gap:var(--spacing-xl);grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1023px){.related-blog__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:780px){.related-blog__cards{grid-template-columns:1fr}}