main{
  min-height: 650px;
}

.thankyou-container{
  background:rgba(255, 253, 253, 0.3);
  border-radius:20px;
  max-width:1037px;
  margin: 2rem auto;
  padding: 3.1rem 2rem;
}

.thankyou-txt figure{
  max-width: 70px;
  margin: auto;
}

.thankyou-txt h1{
  color:#fff;
  font-size:28px;
  font-weight:700;
  text-align:center;
  margin-top:1.5rem;
}

.thankyou-txt p{
  color:#fff;
  font-size:14px;
  text-align:center;
  margin-top:0.5rem;
}

.thankyou-btn{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 1rem;
  margin-top:2rem;
}

.thankyou-rrss{
  text-align: center;
  margin-top: 2rem;
}

@media screen and (min-width: 768px){
  .thankyou-container{
  max-width:1037px;
  margin: 4rem auto;
  padding: 4rem 2rem;
}
  
  .thankyou-txt h1{
  font-size:40px;
  font-weight:700;
  color:#fff
}
  .thankyou-txt p{
  font-size:18px;
  text-align:center;
  max-width:570px;
  margin:1rem auto 0;
  line-height: 28px;
}
  
  .thankyou-btn{
  display:flex;
  flex-direction:row;
  justify-content: center;
  align-items:center;
  gap: 1rem;
  margin-top:2.6rem;
}
  
  .thankyou-rrss{
  margin-top: 4rem;
}
  
}

{# btn thakyou-page #}
.btn-left{
  width: 260px;
  border-radius: 80px;
  background: rgba(0, 0, 0, 1);
  color:#fff;
  letter-spacing: 1.6px;
  font-weight: 600;
  padding: 1rem 0!important;
}

.btn-rigth{
  width: 260px;
  border-radius: 80px;
  background:rgba(255, 255, 255, 0.2);
  color:#fff;
  letter-spacing: 1.6px;
  font-weight: 600;
  padding: 1rem 0!important;
}