.experts-container{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:40px;width:100%}@media (max-width:700px){.experts-container{gap:12px;grid-template-columns:1fr}}.experts-item{background-color:#f5f6fa;border-radius:10px;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;display:flex;flex-flow:row wrap;grid-template-columns:1fr 2fr;grid-template-rows:auto auto;min-height:204px;padding:20px;width:100%}@media (max-width:900px){.experts-item{align-items:start;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;min-height:auto;padding:15px}}.experts-item__photo{border-radius:10px;height:200px;overflow:hidden;width:200px}@media (max-width:900px){.experts-item__photo{height:100px;width:100px}}.experts-item__photo img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.experts-item__content{display:flex;flex-direction:column;height:100%;width:calc(100% - 240px)}@media (max-width:700px){.experts-item__content{height:auto;justify-content:flex-start;margin-top:16px;width:100%}}.experts-item__name{color:#1f1f1f;display:inline-block;font-size:20px;font-weight:600;line-height:120%;margin-bottom:10px;width:100%}@media (max-width:700px){.experts-item__name{margin-bottom:8px}}.experts-item__post{color:#676b77;font-size:16px;font-weight:400}.experts-item__post a{color:#e72430}.experts-item__box:not(:last-of-type){margin-bottom:7px}@media (max-width:700px){.experts-item__box:not(:last-of-type){margin-bottom:8px}}.experts-item__label{color:#676b77;display:inline-block;font-size:12px;font-weight:400;margin-bottom:3px;width:100%}@media (max-width:700px){.experts-item__label{margin:0}}.experts-item__descr{color:#1f1f1f;display:inline-block;font-size:14px;font-weight:400;width:100%}.experts-item__info{margin-bottom:15px;width:100%}@media (max-width:700px){.experts-item__info{margin-bottom:16px}}