.section {
  padding: 6% 0 6% 0;
}
.footer-links {
  padding: 0 0 6% 0;
}
.bg-gray {
  background: #f5f5f5;
}
.apphr {
  margin: 0 0 6% 0;
}
.hero-standard__title,
.benefit-card h2,
.benefit-card__body {
  font-family: 'maven_prolight', sans-serif;
}

.smb-hiw .select-buttons {
  margin-bottom: 5%;
}
.smb-hiw .hiw-slide img {
  margin: auto;
}

.smb-hiw .select-buttons .btn {
  opacity: 1;
}
.smb-hiw .select-buttons .btn.active {
  opacity: 0.5;
}

.smb-hiw .hiw-slide {
  display: none;
}
.smb-hiw .hiw-slide.active {
  display: block;
}
.smb-hiw .select-buttons > div {
  padding: 0 5px 0 5px;
}
.customer-exp .benefit-card__body_widget {
  font-size: 1.5rem;
  line-height: 1.7rem;
}
.customer-exp .paragraphs-item-benefit-card-container {
  margin: 3rem 0;
}
.customer-exp .paragraphs-item-benefit-card-container:first-child {
  border-top: 0.0625rem solid #eee;
}

@media (min-width: 48em) {
  .second-module .benefit-card__image {
    width: 35%;
  }

  .second-module .benefit-card__content {
    width: 65%;
  }

  .second-module .benefit-card__content .benefit-card__body {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 30em) {
  .switch-icons a {
    font-size: 10px;
  }
}

.checkmark-list-editorial-module .list-item p {
  display: grid;
}
