.benefit-card__body>div {
  text-align: center;
}

.benefit-card-one img {
  margin: 0 auto 3rem;
}

.benefit-card.lt-bg {
  background-color: #f7f7f7;
}

.ebook-module {
  padding-bottom: calc(6.25rem/2);
}

.idea-icons img {
  height: 3.875rem;
}

.idea-read-up .secondary-module-region {
  background-color: #f7f7f7;
}

.idea-read-up img {
  height: 175px;
}

.idea-fed-ramp img {
  width: 80%;
  margin-bottom: 2rem;
}

.paragraphs-items .overview-editorials__title,
.idea-footer .overview-editorials__title,
.idea-icons .main-title,
.idea-read-up .main-title {
  font-family: "maven_prolight", sans-serif;
  color: #333;
  font-size: 36px;
}

.paragraphs-items .benefit-card__title {
  font-family: "maven_prolight", sans-serif;
  font-size: 36px;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 62.5rem) {
  .benefit-card-one img {
    margin: auto;
  }
  .benefit-card__body>div {
    text-align: left;
  }
  .ebook-module {
    background-image: url("/static-c-assets/whitepaper-with-background.png");
    background-size: cover;
    height: 460px;
    padding-bottom: 0px;
  }
  .idea-icons img {
    height: 90px;
    height: 3.875rem;
  }
}