@media (max-width: 980px){
  section.thankyou-sec h2 {
    font-size: 50px;
  }
}
@media (max-width: 540px){
  section.thankyou-sec h2 {
    font-size: 36px;
  }
}