.people-section-module{display:flex;flex-direction:column;gap:46px}@media (min-width:1280px){.people-section-module{gap:52px}}.people-section-module__header{font-size:var(--font-size-h3-tablet)}@media (max-width:768px){.people-section-module__header{font-size:var(--font-size-h3-mobile)}}@media (min-width:1280px){.people-section-module__header{font-size:var(--font-size-h3-desktop)}}.people-section-module__row{display:flex;flex-direction:row;gap:130px;justify-content:center}@media (max-width:768px){.people-section-module__row{flex-direction:column;gap:34px}}@media (min-width:1280px){.people-section-module__row{gap:170px}}.people-section-module__card{display:flex;flex-direction:column}.people-section-module__card-image{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.people-section-module__card-holder{height:100px;margin:9px auto;position:relative;width:100px}@media (max-width:768px){.people-section-module__card-holder{height:120px;margin-bottom:12px;margin-top:12px;width:120px}}@media (min-width:1280px){.people-section-module__card-holder{height:160px;margin-bottom:12px;margin-top:12px;width:160px}}.people-section-module__card-name{font-size:var(--font-size-h5-tablet);text-align:center}@media (max-width:768px){.people-section-module__card-name{font-size:var(--font-size-h5-mobile)}}@media (min-width:1280px){.people-section-module__card-name{font-size:var(--font-size-h5-desktop)}}.people-section-module__card-position{color:var(--color-black);display:flex;font-size:var(--font-size-body3-tablet);justify-content:center}@media (max-width:768px){.people-section-module__card-position{font-size:var(--font-size-body3-mobile)}}@media (min-width:1280px){.people-section-module__card-position{font-size:var(--font-size-body3-desktop);margin-bottom:13px}}.people-section-module__card-icon{align-items:center;background-color:var(--color-white);border:1px solid var(--color-black);border-radius:50%;bottom:32px;display:flex;height:36px;justify-content:center;position:absolute;right:-18px;width:36px}@media (max-width:768px){.people-section-module__card-icon{bottom:42px}}@media (min-width:1280px){.people-section-module__card-icon{bottom:62px}}