.section.benefits-checkboxes {
  padding: 0;
}

.section.benefits-checkboxes h2 {
  margin-top: 0;
}

.section.benefits-checkboxes h2,
.section.benefits-checkboxes h4,
.section.benefits-checkboxes svg {
  color: #fff;
  fill: #fff;
}

.section.benefits-checkboxes svg {
  margin-right: 14px;
}

.section.benefits-checkboxes .stack div {
  align-items: center;
}

@media(min-width:766px) {
  .section.benefits-checkboxes .stack div {
    flex-basis: 50%;
    width: 50%;
    text-align: left;
  }
}

.section.benefits-checkboxes .section__inner {
    padding-bottom: 2rem;
}

.section.benefits-checkboxes {
  text-align: center;