.experts_list{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.experts_list_item{display:flex;flex-direction:column;align-items:center;max-width:223px}.experts_list_item_image{border-radius:50%;width:150px;height:150px;overflow:hidden;position:relative;transition:opacity .3s}@media screen and (max-width:640px){.experts_list_item_image{width:100px;height:100px}}.experts_list_item_image:hover{opacity:.85}.experts_list_item_name{font-family:var(--second-family);font-weight:400;font-size:20px;line-height:130%;text-align:center;color:var(--brand-500);margin-top:12px}.experts_list_item_text{font-family:var(--font-family);font-weight:400;font-size:14px;line-height:143%;text-align:center;color:var(--colors-base-black);margin-top:4px}