.mainform {
    border: 1px solid #ccaa60;
    padding: 20px;
    border-radius: 20px;
    background: #fdd25f;
}
.form-group {
    color: #000;
}
.form-group label
{
        font-size: 14px;
}
.thankyou{
   
    height:300px;
    background-color:rgb(253 210 95);
}

.thankhead{
    text-align: center;
    padding: 130px;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
}


.para {
    background: #1e0d51;
    color: #fff;
    height: 250px;
    padding: 73px;
    text-align: center;
}
    
@media screen and (min-width: 320px) and (max-width: 480px) {
  .thankhead{
      padding:65px !important;
  }
  }
  
 @media screen and (min-width: 320px) and (max-width: 480px) {
  .para{
          height: 304px !important;
          padding: 65px !important;
  }
  }