.shedule-meeting{position:relative;display:grid;grid-template-columns:100px 1fr auto;grid-template-areas:"image title action" "image position action";grid-gap:12px 22px;gap:12px 22px;padding:20px;align-items:center;background:#f1f3f9;border-radius:12px}@media(max-width:767px){.shedule-meeting{grid-template-columns:1fr;grid-template-areas:"image" "title" "position" "action";gap:12px}}.shedule-meeting__image{position:relative;grid-area:image;border-radius:50%;width:-moz-fit-content;width:fit-content}@media(max-width:767px){.shedule-meeting__image{width:72px;height:72px}}.shedule-meeting__image img{border-radius:50%;overflow:hidden}.shedule-meeting__image span{position:absolute;z-index:10;bottom:4px;right:0;width:28px;height:28px;flex-shrink:0;border-radius:500px;border:4px solid #f1f3f9;background:#22a717}@media(max-width:767px){.shedule-meeting__image span{width:20px;height:20px}}.shedule-meeting__title{grid-area:title;align-self:end;line-height:110%;letter-spacing:-.48px}.shedule-meeting__position{grid-area:position;align-self:flex-start;font-weight:500;line-height:150%}.shedule-meeting__action{grid-area:action}