.md-article__body .press__wrapper{padding:0 40px;margin-top:64px}
.md-article__body .press-list{position:relative;padding-bottom:120px;display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(40%,1fr));-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:42px}
.md-article__body .press-list__item{position:relative;padding:14px 40px 40px;background-color:#f0f0f0}
.md-article__body .press-list__item:after{position:absolute;content:'';right:0;top:0;width:30%;height:48px;background-color:#fff}
.md-article__body .press-card__avatar{height:20px}
.md-article__body .press-card__desc{padding-top:50px;margin:0;font-size:1rem;line-height:20px;font-weight:400;color:#091520}
.md-article__body .press-card__author{padding-top:24px;margin:0;font-size:.875rem;line-height:17px;font-weight:400;color:#424242}
@media screen and (max-width:1200px){.md-article__body .press-list{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}
.md-article__body .press-card__avatar{height:16px}
}
@media screen and (max-width:991px){.md-article__body .press-list{grid-template-columns:repeat(auto-fit,minmax(45%,1fr))}
.md-article__body .press-list__item:after{width:38%}
}
@media screen and (max-width:767px){.md-article__body .press__wrapper{margin-top:40px}
.md-article__body .press-list{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));padding-bottom:96px}
}
@media screen and (max-width:479px){.md-article__body .press__wrapper{padding:0 16px}
.md-article__body .press-list__item{padding:15px 20px 20px}
.md-article__body .press-card__desc{padding-top:30px}
}