/* ==========================================================================
   Thank You — where the enquiry form lands.
   ========================================================================== */

.thanks-section{
  padding:clamp(72px,12vh,140px) 0;
  text-align:center;
}

.thanks-mark{
  display:grid;place-items:center;
  width:74px;height:74px;margin:0 auto 26px;
  border-radius:50%;
  background:var(--green-soft);
}
.thanks-mark svg{
  width:32px;height:32px;
  fill:none;stroke:var(--green);stroke-width:2.4;
  stroke-linecap:round;stroke-linejoin:round;
}

.thanks-section .d-title{margin-bottom:18px}

.thanks-message{max-width:600px;margin-inline:auto}
.thanks-message p{margin:0}
.thanks-message p + p{margin-top:14px}

.btn-row--center{justify-content:center;margin-top:34px}

@media (max-width:520px){
  .btn-row--center .btn{width:100%}
}
