.participants h3{font-size:22px;font-weight:700;margin-bottom:16px}@media (max-width:767px){.participants h3{text-align:center}}.participants__content{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px}@media (max-width:991px){.participants__content{gap:16px}}@media (max-width:480px){.participants__content{flex-direction:column}}.participants__participant{align-items:center;display:flex;flex-direction:column;text-align:center;width:calc(25% - 32px)}@media (max-width:991px){.participants__participant{width:calc(50% - 16px)}}@media (max-width:767px){.participants__participant{width:100%}}.participants__participant img{border-radius:50%;margin-bottom:16px;object-fit:cover;width:200px}.participants__participant h4{font-size:22px;font-style:normal;font-weight:400;margin-bottom:16px}.participants__participant p{flex-grow:1;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;line-height:22px;margin-bottom:16px}@media (max-width:767px){.participants__participant p{max-width:250px}}.participants__participant .participants__participant__button{align-items:center;border:1px solid #292b31;border-radius:2px;color:#292b31;display:flex;font-size:14px;gap:6px;height:48px;justify-content:center;padding:11px 26px;width:180px}.participants__participant .participants__participant__button:hover{background-color:#292b31;color:#fff}.participants__participant .participants__participant__button:hover svg:first-child path{fill:#fff}.participants__participant .participants__participant__button:hover svg:last-child path{stroke:#fff}