.md-article__body .press__wrapper{padding:unset;margin-top:64px}
.md-article__body .press-list{position:relative;padding-bottom:120px;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:60px 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{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}
.md-article__body .press-card__avatar{height:30px}
.md-article__body .press-card__desc{padding-top:20px;margin:0;font-size:.875rem;line-height:1.4;font-weight:400;color:#091520}
.md-article__body .press-card__desc p{font-size:.875rem;line-height:1.4}
.md-article__body .press-card__desc a{text-underline-offset:3px}
.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))}
}
@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-list__item{padding:40px 20px 20px}
.md-article__body .press-list__item::after{width:20%;height:36px}
}