.page-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
}

.sevio-description-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.get-started-button {
  margin-block: 2rem 0.5rem;
}

.sevio-description-wrapper .enjoy-time {
  font-weight: var(--font-weight-regular);
  font-size: 2.0625rem;
  line-height: 3.125rem;
  color: var(--main-text-color);
  margin: 0;
}

.sevio-description-wrapper .ad-sales {
  font-weight: var(--font-weight-bolder);
  color: var(--main-text-color);
  font-size: 6rem;
  line-height: 6rem;
  margin: 0;
  text-align: center;
  max-width: var(--max-screen-width);
}

.sevio-description-wrapper .ad-tech-solution {
  color: var(--main-text-color);
  font-weight: var(--font-weight-bold);
  font-size: 2.0625rem;
  line-height: 3.125rem;
  text-align: center;
}

/* Responsive */
@media only screen and (max-width: 1366px) {
  .sevio-description-wrapper {
    box-sizing: border-box;
    padding-inline: 3rem;
  }

  .page-content {
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 1200px) {
  .sevio-description-wrapper .ad-sales {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .sevio-description-wrapper {
    padding: 0 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sevio-description-wrapper .ad-sales {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .sevio-description-wrapper {
    padding: 0 1rem;
  }

  .page-content {
    padding-top: 4rem;
  }

  .sevio-description-wrapper .ad-tech-solution,
  .sevio-description-wrapper .enjoy-time {
    font-size: var(--font-size-xxm);
    line-height: 1.8125rem;
  }
}
