.highlighted-mixed-media {
  position: relative;
  width: 100%;
  padding: 0 $gutter;
  margin: 80px 0;

  @include sm {
    padding: 0 $gutter-mobile;
    margin: 50px 0;
  }

  &__wrapper {
    width: 100%;
    max-width: $max-width;
    margin: 0 auto;
  }

  &__container {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;

    @include sm {
      flex-direction: column;
    }

    .highlighted-mixed-media--invert & {
      flex-direction: row-reverse;

      @include sm {
        flex-direction: column;
      }
    }
  }

  &__image {
    @include image-aspect-ratio(544px, 59%);

    .highlighted-mixed-media--invert & {
      margin-top: 48px;

      @include sm {
        margin-top: 0;
      }
    }

    @include sm {
      @include image-aspect-ratio(100%, 76.6%);
    }
  }

  &__info {
    margin-top: 48px;
    width: 100%;
    max-width: 426px;
    min-height: 323px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 40px;

    .highlighted-mixed-media--invert & {
      margin-top: 0;
    }

    @include sm {
      margin-top: 0;
      max-width: 100%;
      min-height: auto;
    }
  }

  &__content {
    p {
      margin: 0;
      font-size: 2.1rem;
      line-height: 2.7rem;
      font-weight: 400;

      @include sm {
        font-size: 1.8rem;
        line-height: 2.5rem;
      }
    }
  }
}
