@media screen and (max-width: 798px) {
  .ps-ctagroup .cta-buttons {
      flex-direction: column;
      max-width: 500px;
      margin: auto;
      width: 100%;
  }
}