.benefit-highlights {
  max-width: 940px;
  margin: 20px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.benefit-highlights__content {
  background-color: #e2eefa;
  border-radius: 6px;
  padding: 14px 18px 18px;
}

.benefit-highlights h3 {
  font-size: 23px;
  font-weight: 600;
  color: #001e62;
  padding: 0;
  margin: 0;
}

.benefit-highlights__list {
  margin-top: 28px;
}

.benefit-highlights__item {
  font-size: 15px;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.benefit-highlights__item::before {
  content: "";
  display: block;
  height: 15px;
  width: 8px;
  background-image: url("../images/svg/faq-arrow.svg");
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.benefit-highlights__item:last-child {
  margin-bottom: 0;
}

.benefit-highlights__item p {
  padding: 0;
}

.benefit-highlights__item p:last-child {
  margin-bottom: 0;
}

.benefit-highlights__item strong {
  font-weight: 600;
}

@media screen and (min-width: 575px) {
  .benefit-highlights {
    margin: 30px auto;
  }
}

@media screen and (min-width: 767px) {
  .benefit-highlights__content {
    padding: 28px 56px 38px;
  }

  .benefit-highlights__list {
    margin-top: 34px;
  }

  .benefit-highlights__item {
    margin-bottom: 18px;
  }
}