.md-article__body .review{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,455px));-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:64px 42px;margin-bottom:80px;padding:0 40px}
.md-article__body .review-section{margin-top:64px}
.md-article__body .review-user{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:24px;border-bottom:1px solid #091520}
.md-article__body .review-user__content{min-height:100px}
.md-article__body .review-user__photo{max-width:80px;width:100%;margin-right:50px}
.md-article__body .review-user__name{margin-bottom:4px;font-size:1.5rem;line-height:31px;font-weight:400;color:#091520}
.md-article__body .review-user__job{margin-bottom:4px;font-size:.875rem;line-height:18px;font-weight:400;color:#091520}
.md-article__body .review-user__link{font-size:.875rem;line-height:18px;font-weight:400;color:#ff5029}
.md-article__body .review-comment{margin:24px 0 0;font-size:.875rem;line-height:17px;font-weight:400;color:#091520}
@media screen and (max-width:1400px){.md-article__body .review{grid-template-columns:repeat(auto-fit,minmax(350px,420px))}
}
@media screen and (max-width:961px){.md-article__body .review{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}
}
@media screen and (max-width:767px){.md-article__title{width:100%}
.md-article__body .review{gap:48px;padding:0 16px;margin-bottom:64px}
.md-article__body .review-user{padding-bottom:16px}
.md-article__body .review-user__photo{max-width:60px;margin-right:20px}
.md-article__body .review-user__name{font-size:1.125rem;line-height:23px}
.md-article__body .review-comment{margin-top:16px}
.md-article__body .review-section{margin-top:48px}
}