.team__card-wrapper{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.team__card{background:var(--white);border-radius:.75rem;display:flex;flex:0 0 100%;flex-direction:column;overflow:hidden}@media screen and (min-width:767px){.team__card{flex:0 0 calc(50% - 0.75rem)}}@media screen and (min-width:1023px){.team__card{flex:0 0 calc(33.33333% - 1rem)}}.team__image-wrapper{aspect-ratio:1/1;background:var(--gray-150);border-radius:.75rem .75rem 0 0;display:inline-block;line-height:0;overflow:hidden;width:100%}.team__image{height:100%;object-fit:contain;width:100%}.team__content-wrapper{align-items:center;background:var(--white);display:flex;justify-content:space-between;padding:1.5rem}.team__text-wrapper{display:flex;flex-direction:column;flex-wrap:wrap}.team__name{color:var(--black);font-size:1.25rem;margin-bottom:0}@media screen and (min-width:767px){.team__name{font-size:1.75rem}}.team__role{color:var(--gray-600);margin-bottom:0}@media screen and (min-width:767px){.team__role{font-size:1.25rem}}.team__social-wrapper{display:inline-block}.team__social-link{display:block;line-height:0}.team__social-wrapper svg{height:2.125rem;width:2.125rem}@media screen and (min-width:767px){.team__social-wrapper svg{height:auto;width:auto}}.team__action-card{align-items:center;background:var(--blue-200);border-radius:.75rem;display:flex;flex:0 0 100%;justify-content:center;min-height:19.25rem;order:1;overflow:hidden;padding:4.5rem 1rem;position:relative}@media screen and (min-width:767px){.team__action-card{flex:0 0 calc(50% - 0.75rem)}}@media screen and (min-width:1024px){.team__action-card{flex:0 0 calc(33.33333% - 1rem);padding:0}}.team__action-content-wrapper{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;z-index:1}.team__action-text-wrapper{display:inline-block;max-width:16.125rem;text-align:center}.team__action-text-wrapper p{font-size:1.5rem;font-weight:700;margin-bottom:0}