.featured-content {
  display: flex;
  position: relative;
}

.featured-content__image {
  flex: 0 1 50%;
  max-width: 50%;
  height: 316px;
  background-size: cover;
  position: relative;
}

.featured-content__body {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding-left: 30px;
}
.featured-content__body h2 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
}

.featured-content__body h2,
.featured-content__body p {
  margin: 0 0 0.3em 0;
}
.featured-content__body a {
  margin: 0;
  font-size: 1rem;
}
.featured-content__blocks {
  display: block;
  position: absolute;
  left: calc(50% - 19px);
  top: 40px;
}

.featured-content__block {
  width: 38px;
  height: 38px;
  display: block;
  background-color: #ff6900;
  margin-bottom: 10px;
}
.featured-content__body {
  padding-left: 35px;
}

.featured-content__cta-button {
  position: absolute;
  bottom: 60px;
  background: #43007a;
  border-radius: 57px;
  color: white;
  padding: 12px 20px;
  font-size: 14px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-decoration: none;
}

.featured-content__cta-button:hover {
  color: white;
  background: #5c00a4;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .featured-content__image {
    height: 400px;
  }

  .featured-content__body {
    padding-left: 30px;
  }
  .featured-content__body p,
  .featured-content__body a {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .featured-content__body h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
  .featured-content__blocks {
    left: calc(50% - 29px);
    top: 102px;
  }
  .featured-content__body {
    margin-top: 102px;
    padding-left: 53px;
  }
  .featured-content__block {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
  }

  .featured-content__cta-button {
    bottom: 30px;
    left: 23px;
    right: initial;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .featured-content__image {
    height: 712px;
  }
  .featured-content__body {
    padding-left: 30px;
  }
  .featured-content__body p,
  .featured-content__body a {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .featured-content__body h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 125%;
  }
  .featured-content__blocks {
    left: calc(50% - 39px);
    top: 180px;
  }
  .featured-content__body {
    margin-top: 180px;
    padding-left: 80px;
  }
  .featured-content__block {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
  }

  .featured-content__cta-button {
    left: initial;
    bottom: 60px;
    right: 60px;
  }
}
