.thanks-content {
  width: fit-content;
  margin-inline: auto;
}

.thanks-content__text {
  font-weight: 500;
  text-align: center;
  margin-top: 1.875rem;
}

.thanks-content .round-list {
  width: fit-content;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .thanks-content .round-list {
    margin-top: 3.75rem;
  }
}

.thanks-content .round-list__item {
  line-height: 1.8;
}

.thanks-content .round-list__item:not(:last-child) {
  margin-bottom: 16px;
}

.thanks-content .round-list__item::before {
  top: 0.66em;
}

.thanks-content__tel {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .thanks-content__tel {
    margin-top: 3.75rem;
  }
}

.thanks-content__tel_text {
  font-weight: 500;
  text-align: center;
}

.thanks-content__tel_button {
  display: grid;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .thanks-content__tel_button {
    gap: 2.5rem;
    grid-template-columns: auto auto;
  }
}

.thanks-content__tel_button .cta__btn-title {
  width: fit-content;
  margin-inline: auto;
}

.thanks-content__tel_button .cta__btn-title::before {
  background-color: #ED2446;
}

.thanks-content__tel_button .cta__tel-btn {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 576px) {
  .thanks-content__tel_button .cta__tel-btn {
    width: 400px;
  }
}

.thanks-content__button {
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .thanks-content__button {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=style-thanks.css.map */