.card-preview__list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;gap:20px;grid-template-columns:repeat(5,1fr);margin-bottom:30px}.articles__button-more{margin:0 auto;max-width:350px}@media screen and (max-width:1399px){.card-preview__list{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1199px){.card-preview__list{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.card-preview__list{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575px){.card-preview__list{-ms-grid-columns:1fr;grid-template-columns:1fr}}.articles__cards .card-preview__item{max-width: none;}.card-preview__item-name{font-size: 20px;}.card-preview__item-date{font-size: 18px;}