.realted-articles-section{background-color:var(--black-color);padding:2em 0 1em}.realted-articles-section h3{color:var(--white-color);font-size:3.5rem;text-align:center}.related-articles{grid-gap:1em;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));justify-items:center}.related-article{max-width:500px;min-height:700px}.related-article img{height:70%;-o-object-fit:cover;object-fit:cover}.related-article h5{font-size:2rem;line-height:104%;margin:0}.related-article h5,.related-article p{color:var(--white-color)}@media (max-width:700px){.realted-articles-section h3{font-size:2.5rem}.related-article img{height:70%}}