.st-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0px;border-radius:16px;background:linear-gradient(270deg,#d2c6c6 0%,#484141 100%);box-shadow:0 8px 24px 0 rgba(0,0,0,.14);overflow:hidden}.st-team-card{position:relative;overflow:hidden;height:300px}.st-team-card--boss{grid-column:span 2}.st-team-card__image{width:100%;height:100%}.st-team-card__image img{display:block;width:100%;height:100%;max-height:300px;object-fit:cover}.st-team-card__overlay{position:absolute;width:calc(100% - 48px);height:auto;left:24px;bottom:24px;padding:8px;border-radius:8px;background:rgba(94,97,99,.8);backdrop-filter:blur(10px);color:#fff}.st-team-card__position{color:#d6e4f7;line-height:132%;font-family:Unbounded;font-style:normal;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid rgba(147,187,240,1)}.st-team-card__position-1{font-size:16px;font-weight:600;letter-spacing:.32px;margin:0}.st-team-card__position-2{font-size:14px;font-weight:400;letter-spacing:.28px;margin:0}.st-team-card__name{color:#fff;font-family:"DM Sans";font-size:14px;line-height:132%}@media (max-width:767px){.st-team-grid{width:256px;margin:auto;grid-template-columns:1fr;grid-template-columns:256px;justify-content:center}.st-team-card--boss{grid-column:span 1}}