/* Let the headline lead directly into Amy on the first mobile screen. */
@media (max-width: 600px) {
  .grid-home #wp-content [data-yta-marketing='main'] .use-case-heading {
    padding-top: 16px;
  }
  .grid-home #wp-content .use-case-heading > .use-case-eyebrow {
    display: none;
  }
  .grid-home .use-case-heading__row {
    min-width: 0;
  }
}
