.page__body .cards .cards__date{display:block;font-size:13px;color:#888;margin-bottom:6px}.page__body .cards .cards__name{width:100%;margin:0;text-align:left}.page__body .cards .list-view{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width:1336px){.page__body .cards .list-view{grid-template-columns:repeat(2,1fr);gap:15px}}@media screen and (max-width:575px){.page__body .cards .list-view{grid-template-columns:repeat(1,1fr);gap:10px}}#article-view .date,#article-view h1{margin-bottom:25px}.page__body .cards .cards__item{max-width:100%}