.story-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 66px;
  animation: fade-in 2s;
}
.story-item__image,
.story-item__info {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 600px;
  aspect-ratio: 1 / 1;
}
.story-item__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.story-item__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.story-item__info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 60px;
  position: relative;
}
.story-item__info-wrapper h4 {
  margin-top: 0;
}
.story-item__info-image {
  display: none;
}
.story-item__info-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.story-item__info-link {
  color: #ed0f00;
}
.story-item__info-link:hover,
.story-item__info-link:active {
  color: #ff2b1d;
}
.story-item__info-number {
  font-family: 'DINCondensed', sans-serif;
  font-size: 10rem;
  color: #ed0f00;
  max-width: 60px;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  text-align: left;
  line-height: 0.8;
  position: absolute;
  top: -2px;
  left: -1px;
}
.story-item__info-title {
  font-family: 'DINCondensed', sans-serif;
  color: #000;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 4.6rem;
  line-height: 40px;
  margin-bottom: 28px;
}
@media (max-width: 1366px) {
  .story-item__info-title {
    font-size: 3.2rem;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .story-item__info-title {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.story-item__info-description {
  font-size: 18px;
  color: #000;
  line-height: 36px;
  padding: 0 60px;
  max-width: 506px;
}
.story-item--mega-diff .story-item__info-description--narrow {
  max-width: 380px;
}
.story-item__info-description a {
  color: #ed0f00;
}
.story-item__info-description a:hover,
.story-item__info-description a:active {
  color: #ff2b1d;
}
.story-item--wrapper .views-row:nth-child(even) .story-item__image {
  -ms-flex-order: 1;
      order: 1;
}
.story-item--wrapper .views-row:nth-child(even) .story-item__info {
  -ms-flex-order: 0;
      order: 0;
}
.story-item--mega-diff .story-item--wrapper .views-row:nth-child(odd) .story-item__image {
  -ms-flex-order: 1;
      order: 1;
}
.story-item--mega-diff .story-item--wrapper .views-row:nth-child(odd) .story-item__info {
  -ms-flex-order: 0;
      order: 0;
}
.story-item--mega-diff .story-item--wrapper .views-row:nth-child(even) .story-item__image {
  -ms-flex-order: 0;
      order: 0;
}
.story-item--mega-diff .story-item--wrapper .views-row:nth-child(even) .story-item__info {
  -ms-flex-order: 1;
      order: 1;
}
.story-item--pdp .story-item {
  margin: 0;
}
.story-item--pdp .story-item--wrapper {
  margin-bottom: 100px;
}
.story-item--pdp .story-item__image img {
  width: 100%;
}
.story-item--pdp .story-item__info-wrapper,
.story-item--pdp .story-item__info-description {
  padding: 0 100px;
}
.visually-hidden .story-item--wrapper {
  display: none;
}
@media all and (-ms-high-contrast: none) and (max-width: 1240px), (-ms-high-contrast: active) and (max-width: 1240px) {
  .story-item__image,
  .story-item__info {
    width: 50vw;
  }
}
@media (max-width: 1024px) {
  .story-item--pdp .story-item__info-wrapper,
  .story-item--pdp .story-item__info-description {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .story-item {
    overflow: hidden;
  }
  .story-item__image {
    display: none;
  }
  .story-item__info {
    width: 100%;
  }
  .story-item__info-number {
    max-width: 52px;
    font-size: 8.8rem;
    letter-spacing: 0.8px;
    position: absolute;
    top: 8px;
    left: 10px;
  }
  .story-item__info-wrapper {
    margin-bottom: 15px;
    padding-right: 0;
  }
  .story-item__info-wrapper h4 {
    margin-top: 13px;
  }
  .story-item__info-title {
    margin-top: 13px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .story-item__info-image {
    display: block;
    margin-bottom: 20px;
  }
  .story-item__info-image img {
    width: 90%;
  }
  .story-item__info-description {
    padding: 0;
    -ms-flex-order: 2;
        order: 2;
  }
  .story-item__info-description p {
    line-height: 32px;
    font-size: 16px;
  }
  .story-item--pdp {
    padding: 0;
  }
  .story-item--pdp .story-item {
    margin-bottom: 72px;
  }
  .story-item--pdp .story-item--wrapper {
    margin-bottom: 0;
  }
  .story-item--pdp .story-item__info-wrapper {
    -ms-flex-order: 1;
        order: 1;
    padding: 0 20px;
    margin-bottom: 27px;
  }
  .story-item--pdp .story-item__info-image img {
    width: 100%;
  }
  .story-item--pdp .story-item__info-title {
    margin-top: 18px;
  }
  .story-item--pdp .story-item__info-description {
    -ms-flex-order: 2;
        order: 2;
    padding: 0 20px;
  }
  .story-item--mega-diff {
    padding: 0;
  }
  .story-item--mega-diff .story-item {
    margin-bottom: 30px;
  }
  .story-item--mega-diff .story-item--wrapper {
    margin-bottom: 72px;
  }
  .story-item--mega-diff .story-item__info-wrapper,
  .story-item--mega-diff .story-item__info-description {
    padding: 5px 20px 0;
  }
  .story-item--most-pro .story-item {
    margin-bottom: 40px;
  }
  .story-item--most-pro .story-item--wrapper {
    margin-bottom: 70px;
  }
  .story-item--most-pro .story-item__info-image {
    margin-bottom: -20px;
  }
}
