.two_profile_card__container{align-items:center;display:flex;justify-content:space-between;padding:20px 64px}.two_profile_card__title{font-weight:var(--font_weight_bold);padding-right:30px}.two_profile_card__profile__profiles{display:flex;gap:30px;justify-content:space-between}.two_profile_card__profile__person{display:flex;gap:36px}.two_profile_card__image{aspect-ratio:1/1;height:auto;object-fit:contain;width:80px}.two_profile_card__profile_text{display:flex;flex-direction:column;font-size:1rem;line-height:150%;max-width:250px}.two_profile_card__name{font-weight:var(--font_weight_bold);margin-bottom:.5rem}.two_profile_card__description{font-size:14px}@media (max-width:1199px){.two_profile_card__container{flex-direction:column;padding:24px 16px}.two_profile_card__title{padding-bottom:1rem;padding-right:0}}@media (max-width:767px){.two_profile_card__title{font-size:14px;padding-bottom:24px}.two_profile_card__name{font-size:14px}.two_profile_card__profile__profiles{flex-wrap:wrap;gap:24px}.two_profile_card__profile__person{gap:24px}.two_profile_card__profile_text{max-width:100%}}