
.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{
    padding: 25px;
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 150px;
    background: #ffffff;    
    text-align: center;
}
@media(min-width:992px){

}