#article .articles-row{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:24px;grid-row-gap:24px}@media screen and (max-width:990px){#article .articles-row{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:760px){#article .articles-row{grid-template-columns:1fr}}@media screen and (max-width:760px){#article .articles-row .article-card>p:nth-child(2){min-height:auto}}
