.thank-you-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.thank-you-content h2 {
  margin: 25px 0 15px;
  padding: 0;
  font-size: 35px;
  font-weight: 600;
  font-family: 'Sora';
  line-height: 45px;
  color: #000;
  text-align: center;
}
.thank-you-content p {
  margin: 0 0 25px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Sora';
  line-height: 30px;
  color: #000;
  text-align: center;
}
.thank-you-content a{
  max-width: 200px;
  margin: 0 auto;
  display: block;
  padding: 9px 10px;
  color: #fff;
  border: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  height: 40px;
  font-family: 'Sora';
  transition: all 300ms ease-out 0s;
  text-decoration: none;
  background: #2D9FAB;
  width: 100%;
  border-radius: 70px;
}
.thank-you-content a:hover{
  background: #000;
  color: #fff;
}


@media screen and (max-width: 991px) {
    .widget-snippet .thank-you-content h2{
        font-size: 32px;
        line-height: 42px;
    }
    .widget-snippet .thank-you-content a {
        max-width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .widget-snippet .thank-you-content img {
        width: 75px;
    }
    .widget-snippet .thank-you-content h2{
        font-size: 26px;
        line-height: 36px;
    }
   .widget-snippet .thank-you-content p {
        font-size: 15px;
        line-height: 26px;
    }
    .widget-snippet .thank-you-content a {
        max-width: 160px;
        padding: 9px 5px;
        font-size: 15px;
    }
    .widget-snippet .thank-you-content {
        padding: 0 0 40px;
        max-width: 100%;
    }
}
