.lfr-layout-structure-item-container {padding: 0;}.lfr-layout-structure-item-row {overflow: hidden;}.thankyou-container {
  text-align: center !important;
  padding: 80px 20px !important;
  max-width: 970px !important;
  margin: 0 auto !important;
  font-family: Blinker, Arial, sans-serif !important;
}

.thankyou-title {
  margin-bottom: 1.2rem !important;
  color: #3FC8EB !important;
}

.thankyou-text {
  font-size: 1.1rem !important;
  margin-bottom: 2.5rem !important;
  line-height: 1.6 !important;
  color: #38333B !important;
}

.btn-volver {
  display: inline-block;
  background-color: #FFFFFF;
  color: #FF595A;
  border: 2px solid #FF595A;
  text-decoration: none !important;
  font-family: Blinker-Bold, Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 20px;
  box-shadow: 0px 18px 30px rgba(56, 51, 59, 0.1) ;
  transition: all 0.2s ease-in-out;
}

.btn-volver:hover {
  background-color: #FF595A;
  color: #FFFFFF;
  border-color: #E5464B;
}

@media (max-width: 991px) {
  .thankyou-container {
    padding: 60px 15px !important;
  }
  .thankyou-title {
    font-size: 1.6rem !important;
  }
}