/* Thank you message start here */
.thank-you-message .subscription-form{
  padding: 0 30px 20px;
}

.thank-you-message .subscription-form .title h3{
  padding: 30px 0px 30px;
}

.thank-you-message .subscription-form p{
  display: none;
}

@media screen and (max-width: 991px) {
  .thank-you-message .subscription-form {
    padding: 0 0 20px;
  }
  .thank-you-message .subscription-form .title h3{
    padding: 15px 0px 10px;
  }
}

/* Thank you message end here */
