.page__team {
  background: $color-pink;
  overflow: hidden;

  h2 {
    text-transform: uppercase;
    margin-bottom: 23px;
    color: $color-pink-light;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;

    @media #{$screen-md-min} {
      font-size: 64px;
      line-height: 74px;
      margin-bottom: 64px;
    }
  }

  strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;

    @media #{$screen-md-min} {
      font-size: 24px;
      line-height: 32px;
    }
  }

  p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;

    @media #{$screen-md-min} {
      font-size: 24px;
      line-height: 32px;
    }
  }

  .page__team__intro {
    text-align: center;
    margin-bottom: 35px;

    @media #{$screen-md-min} {
      margin-bottom: 83px;
    }

    h1 {
      text-transform: uppercase;
      margin-bottom: 15px;
      color: #fff;

      @media #{$screen-md-min} {
        margin-bottom: 70px;
      }
    }

    .animated-icon {
      position: relative;
      display: flex;
      width: 125px;
      height: 125px;
      margin: 0 auto 20px;

      @media #{$screen-md-min} {
        position: absolute;
        width: 250px;
        height: 250px;
        top: 365px;
        right: -320px;
        margin-bottom: 0;
      }

      svg {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
      }

      .badge {
        margin: auto;
        width: 100%;
        height: 100%;
      }

      .animation {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;

        width: 100%;
        height: 100%;

        @media #{$screen-md-min} {
          width: 100%;
          height: 100%;
          max-width: 100%;
        }
      }
    }
  }

  .peterson-section {
    position: relative;
    // background: $brand-green;
    color: white;
    // margin: 1rem 0 0 0;
    padding-top: 83px;
    text-align: center;

    @media #{$screen-md-min} {
      padding-top: 110px;
    }

    .animated-icon {
      position: absolute;
      width: 125px;
      height: 125px;
      top: -62.5px;
      left: 11px;

      @media #{$screen-md-min} {
        width: 250px;
        height: 250px;
        top: -125px;
        left: 83px;
      }

      svg {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
      }

      .badge {
        margin: auto;
        width: 100%;
        height: 100%;
      }

      .animation {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;

        width: 100%;
        height: 100%;

        @media #{$screen-md-min} {
          width: 100%;
          height: 100%;
          max-width: 100%;
        }
      }
    }

    .info {
      margin-bottom: 32px;

      @media #{$screen-md-min} {
        margin-bottom: 5.75rem;
      }
    }
  }
}
