body.widget-snippet .container-thankyou .text-content{
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0;
}
.widget-snippet .container-thankyou {
  text-align: center;
  display: block;
  padding: 30px 20px 120px 20px;
  max-width:540px;
  margin: 0 auto;
}
.widget-snippet .container-thankyou  .img-content img {
  width: 90px;
}
.widget-snippet .container-thankyou .text-content h3 {
font-style: normal;
font-weight: 600;
font-size: 45px;
line-height: 62px;
color: #000;
padding: 0;
margin:15px 0 10px;
}
.widget-snippet .container-thankyou .text-content h6
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 36px;
color: #000;
margin: 0;
padding: 0;
}
.widget-snippet .container-thankyou .text-content p {
font-style: normal;
font-weight:300;
font-size: 16px;
line-height:30px;
text-align: center;
color: #000;
padding: 0;
margin: 15px auto 30px;
max-width: 420px;
}
.widget-snippet .container-thankyou .text-content a {
    display: block;
    font-style: normal;
    font-weight:600;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 26px;
    text-decoration: none;
    background: #008DF2;
    max-width:170px;
    border-radius: 60px;
    margin: 0 auto;
}
.widget-snippet .container-thankyou .text-content a:hover{background: #000;color: #FFF;}

body.widget-snippet .container-thankyou {
  padding: 100px 0 0 0;
}

.widget-snippet .container-thankyou h6 {
    margin-top: 11px;
}
