.story {
  &.block {
    max-width: 48.5rem;
    margin: 0 auto;

    &.is-bigger {
      max-width: 66.9445rem;
    }

    &:last-child {
      margin-top: 3.3334rem;
    }
  }

  .image-container {
    position: relative;
    margin-bottom: 3.8889rem;

    @include mobile {
      margin-bottom: 2.2223rem;
    }

    img {
      width: 100%;
      display: block;
    }

    //h2 {
    //  color: $light-black;
    //  display: inline;
    //  background-color: rgba($ami-beige, 1);
    //  //line-height: 39px;
    //  line-height: 4.35rem;
    //  max-width: 650px;
    //  box-shadow: 6px 0 0 rgba($ami-beige, 1), -6px 0 0 rgba($ami-beige, 1);
    //  text-transform: uppercase;
    //  position: relative;
    //  z-index: 3;
    //}
    //
    //.title-container {
    //  margin-top: -54px;
    //  padding-left: 11%;
    //}
  }

  p {
    @extend %body-text;
    font-size: 1rem;
    line-height: 1.4445rem;

    @include until($tablet) {
      font-size: $font-size-body-text;
      line-height: 1.222rem;
    }

    strong {
      color: $ami-white;
    }
  }

  h1, h2, h4 {
    margin-bottom: 0.6667rem;

    @include mobile {
      margin-bottom: 1.1112rem;
    }
  }

  h1 {
    font-size: 3.333rem;
    line-height: 3.667rem;

    @include mobile {
      font-size: 2.6667rem;
      line-height: 3rem;
    }
  }

  h3 {
    margin-bottom: 0.8889rem;
  }

  h2 {
    margin-bottom: 0.8889rem;
    font-size: 2.5556rem;
    line-height: 2.8889rem;
    text-transform: none;

    @include mobile {
      font-size: 2rem;
      line-height: 2.3334rem;
    }
  }
}
