/*
** .contact-contents__container
*/

.contact-contents__container {
  padding-top: 3.25em;
  padding-bottom: 3.625em;
}

.thanks__header {
  margin-bottom: 1.875em;
}

.thanks__title {
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
}

.thanks__message {
  font-size: 0.9375em;
  text-align: justify;
}

.thanks__message br {
  display: none;
}

.thanks__message p + p {
  margin-top: 1.125em;
}

.thanks__link-list {
  display: grid;
  grid-template-columns: 18.375em;
  grid-auto-rows: max-content;
  justify-content: center;
  grid-row-gap: 1em;
  margin-top: 2.375em;
}

.thanks__link-button {
  width: 100%;
}