@media screen and (width >= 768px) {
  .ly-cta {
    grid-template-columns: inherit;
  }
}