.page__thanks .page__visual {
  margin-bottom: min(28.5%, 109px);
}
.page__thanks .page__visual::after {
  background:url(/assets/img/contact/visual_contact.jpg) no-repeat right center / cover;
}
.page__thanks section .section__title {
  color:var(--color-text);
  font-size:clamp(1.6rem , 1.8229vw , 2.3rem);
}
.page__thanks section .section__title::before {
  display: none;
}
.page__thanks section .section__title::after {
  color:var(--color-text);
  font-family: inherit;
  font-size:clamp(1.6rem , 1.8229vw , 2.3rem);
  letter-spacing:0;
  border-bottom:none;
  top:-1.5em;
}
.page__thanks .lead {
  margin-bottom: 1em;
}