.related-articles-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.related-article img{border-radius:8px;height:200px;object-fit:cover;width:100%}.related-article h3{color:#004e7c;font-size:18px;margin-top:10px}.more-articles-button-wrapper{margin-top:30px;text-align:center}#load-more-articles{background-color:#0074cc;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px}.related-articles{margin-top:50px;padding:30px 0}.related-articles h2{font-weight:700}.related-articles__grid{display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.related-articles__item{background:#fff;overflow:hidden;transition:transform .3s ease}.related-articles__image-wrapper{border:1px solid #ddd;border-radius:6px;display:block;height:280px;overflow:hidden;width:100%}.related-articles__image-wrapper img{display:block;height:100%;object-fit:cover;width:100%}.related-articles__item h3{color:#00b3e0;font-size:1.1rem;margin:16px}@media screen and (max-width:768px){.related-articles__grid{grid-template-columns:1fr}.related-articles__item h3{font-size:1rem}}