.whats-included {
  padding-top: 70px;
  padding-bottom: 65px;
  background: linear-gradient(to top, #333333 8.19%, #111111 70.67%);
}
.whats-included > .wysiwyg,
.whats-included__slider {
  max-width: 1080px;
  margin: 0 auto;
}
.whats-included > .wysiwyg {
  margin-bottom: 40px;
}
.whats-included > .wysiwyg h1,
.whats-included > .wysiwyg .h1 {
  margin-bottom: 30px;
}
.whats-included__slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 768px) {
  .whats-included__slider {
    max-width: 375px;
  }
  .whats-included > .wysiwyg {
    padding: 0 24px;
    text-align: center;
    margin-bottom: 46px;
  }
  .whats-included > .wysiwyg h1,
  .whats-included > .wysiwyg .h1 {
    line-height: 40px;
    font-size: 46px;
  }
  .whats-included > .wysiwyg p {
    display: inline;
    font-size: 1.6rem;
    line-height: 32px;
  }
}
.whats-included-slide {
  color: #fff;
  padding: 0 28px;
  width: 50%;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.whats-included-slide:first-child {
  margin-right: 106px;
}
.whats-included-slide__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 340px;
  margin-bottom: 16px;
}
.whats-included-slide__number {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-family: 'DINCondensed', sans-serif;
  font-weight: 900;
  line-height: 113px;
  font-size: 88px;
  text-transform: uppercase;
  color: #ed0f00;
  margin-right: 20px;
}
.whats-included-slide__title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-family: 'DINCondensed', sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 32px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.whats-included-slide__body {
  max-width: 460px;
  width: 100%;
  line-height: 28px;
  font-size: 18px;
}
.whats-included-slide__body li {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .whats-included-slide:first-child {
    margin-right: 56px;
  }
}
@media (max-width: 768px) {
  .whats-included-slide {
    padding: 0 16px;
    height: 0;
  }
  .whats-included-slide.slick-current {
    height: auto;
  }
  .whats-included-slide:first-child {
    margin-right: 0;
  }
  .whats-included-slide__number {
    line-height: 97px;
    font-size: 76px;
    margin-right: 10px;
  }
  .whats-included-slide__title {
    font-size: 3rem;
    line-height: 30px;
  }
  .whats-included-slide__body {
    line-height: 20px;
    font-size: 16px;
  }
}
