
.thank-section img{
   width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.thank-section {
    position: relative;
    min-height: 522px;
    max-height: 100vh;
}
.thank-section .thank-content h2{
    color: #000000;
    margin-bottom: 15px;
}
.thank-section .thank-content p{
    margin-bottom: 50px;
}
.thank-section .thank-content .fa-check-circle{
    font-size: 35px;
    margin-bottom: 10px;
}
.thank-section .thank-content{
    padding: 25px;    
    max-width: 600px;
    
    
    margin-left: auto;
    margin-right:auto;
    margin-top: 150px;
    background: #ffffff;    
    text-align: center;
}
@media(min-width:992px){

}