@media (max-width: 680px) {
  .admin-intro__actions button {
    display: grid;
    width: 100%;
    min-height: 3rem;
    height: 100%;
    place-items: center;
    padding: 0.65rem 0.55rem;
    font-size: 0.74rem;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
  }
}
