span.benefit-automated-response-section__quote-text.--mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  span.benefit-automated-response-section__quote-text {
    display: none;
  }

  span.benefit-automated-response-section__quote-text.--mobile {
    display: initial;
  }
}
