@media (max-width: 640px) {
  .bp-hero__ctas {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .bp-hero__ctas .bp-btn {
    width: auto;
    max-width: 260px;
    min-width: 200px;
  }
}
