#see-more {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;

  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    width: 70%;
    text-align: center;

    h1 {
      font-size: 32px;
    }

    .actions {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 28px;
    }
  }
}
