.c-section-empowering + .c-section-carousel-quotes {
  @media all and (min-width: 47em) {
    margin: 0 auto 3rem;
    margin-top: -27vw;
  }

  @media all and (min-width: 60em) {
    margin-top: -31vw;
  }

  @media all and (min-width: 70em) {
    margin-top: -34vw;
  }

  @media all and (min-width: 90em) {
    margin-top: -585px;
  }
}

.c-section-carousel-quotes {
  margin: 6.5rem auto 3rem;
  position: relative;
  text-align: center;

  @media all and (min-width: 70em) {
    margin-top: 8.5rem;
  }

  @media all and (min-width: 70em) {
    padding: 0;
  }

  &::before {
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: var(--color-carousel-quotes);
    content: '';
    display: inline-block;
    height: 55px;
    left: 50%;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    width: 55px;
    z-index: 1;
  }

  h2 {
    font-size: var(--font-size-large);
    position: absolute;
    top: -80px;
    width: 100%;
  }

  .tns-outer {
    overflow: visible;
  }

  .c-carousel-quotes {
    background-color: var(--color-neutral-gray-04);
    overflow: hidden;
  }

  .c-carousel-quotes__item {
    display: flex !important;
    flex-direction: column;
    padding: 2em 0 0;
    text-align: left;

    @media all and (min-width: 47em) {
      flex-direction: row;
      padding: 0;
    }

    .c-carousel-quotes__content {
      margin: 0 auto;
      max-width: 420px;
      padding: 30px 2rem 75px;
      width: 100%;

      @media all and (min-width: 47em) {
        border-right: 20px solid var(--color-neutral-white);
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-width: none;
        padding: 2rem;
      }

      @media all and (min-width: 60em) {
        padding: 40px 60px 40px 80px;
      }

      .c-carousel-quotes__name {
        display: none;

        @media all and (min-width: 47em) {
          display: block;
        }
      }
    }
  }

  .tns-outer {
    margin-bottom: 2em;
    position: relative;
  }

  .tns-nav {
    bottom: 60px;
    position: absolute;
    text-align: center;
    width: 100%;

    @media all and (min-width: 47em) {
      bottom: 65px;
      text-align: right;
      width: calc(60% - 2rem);
    }

    @media all and (min-width: 60em) {
      bottom: 75px;
      width: calc(66% - 60px);
    }

    button {
      @media all and (min-width: 47em) {
        width: 30px;
      }

      &::after {
        height: 14px;
        width: 14px;
      }
    }
  }
}

.c-carousel-quotes__img {
  flex: 0 0 100%;
  order: -1;
  transform: translateY(0);
  transition-duration: .2s;
  width: 100%;

  @media all and (min-width: 47em) {
    background-color: var(--color-neutral-white);
    flex: 0 0 38%;
    order: 0;
    width: 38%;
  }

  @media all and (min-width: 60em) {
    flex: 0 0 33%;
    width: 33%;
  }

  img {
    margin: 0 auto;
    max-width: 425px;
    padding: 0 2rem;
    width: 100%;

    @media all and (min-width: 47em) {
      max-width: none;
      padding: 0;
    }
  }
}

@supports (object-fit: cover) {
  .c-carousel-quotes__img img {
    height: auto;
    object-fit: cover;
  }
}

.c-carousel-quotes__name,
a.c-carousel-quotes__name {
  color: var(--color-carousel-quotes-link);
  display: block;
  font-size: 28px;
  margin-bottom: 4px;
  text-decoration: none;

  @media all and (min-width: 60em) {
    font-size: var(--font-size-large);
  }

  &:hover,
  &:focus {
    color: var(--color-brand-blue);
    text-decoration: underline;
  }
}

.c-carousel-quotes__quote {
  color: var(--color-neutral-gray-70);
  display: block;
  font-size: var(--font-size-med);
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 15px;

  @media all and (min-width: 47em) {
    font-size: var(--font-size-med);
    margin-bottom: auto;
  }

  @media all and (min-width: 60em) {
    font-size: var(--font-size-med-1);
  }

  @media all and (min-width: 70em) {
    font-size: var(--font-size-med-3);
  }

  &::before {
    content: '\201C';
    font-style: normal;
  }

  &::after {
    content: '\201D';
    font-style: normal;
  }
}

.c-carousel-quotes__url {
  align-self: flex-end;
  display: block;
  margin-right: auto;
  margin-top: 1rem;
}

.c-carousel-quotes__img .c-carousel-quotes__name {
  margin: 5px 0;
  padding-bottom: 20px;
  text-align: center;

  @media all and (min-width: 47em) {
    display: none;
  }
}
