span.benefit-summary-section__title.--mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  span.benefit-summary-section__title {
    display: none;
  }

  span.benefit-summary-section__title.--mobile {
    display: initial;
  }
}
