.s-team {
  margin-bottom: 150px; }
  @media (max-width: 1279.98px) {
    .s-team {
      margin-bottom: 52px; } }
  .s-team__inner {
    max-width: 1128px;
    margin: 0 auto; }
    .s-team__inner h2 {
      text-align: center;
      margin-bottom: 38px; }
  .s-team__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 38px 42px; }
    @media (max-width: 1279.98px) {
      .s-team__grid {
        grid-gap: 32px; } }
    @media (max-width: 767.98px) {
      .s-team__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 32px 22px; } }
  .s-team__member {
    text-align: center; }
    @media (min-width: 1280px) {
      .s-team__member h4 {
        margin-bottom: 2px; } }
    .s-team__member span {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1.2px; }
  .s-team__photo {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 100%;
    border-radius: 16px;
    -webkit-clip-path: border-box;
            clip-path: border-box; }
    @media (max-width: 1279.98px) {
      .s-team__photo {
        margin-bottom: 12px; } }
    .s-team__photo img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 16px; }
