section.thanks .thanks__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  margin-block: 2rem;

  color: var(--color-black);
  text-align: center;
}

section.thanks .thanks__content h1 {
  font-weight: 900;
  font-size: var(--text-4xl);
}
section.thanks .thanks__content p {
  font-size: var(--text-lg);
}