section{
    background-image: url("/wp-content/themes/HomeToStay/assets/images/Thank\ you\ &\ 404/Thank you and 404-min.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}
.thank-you-section {
    display: flex;
    min-height: 996px;
    justify-content: center;
    align-items: center;
}
.thank-you-section .col-lg-10  {
    margin: 0 auto;
}
.thank-you-section h1{
    color: white;
    margin-bottom: 15px;
}
.thank-you-section p{
    color: white;
    max-width: 710px;
    margin-bottom: 30px;
}
.thank-you-section .section-cta a{
    padding: 15px 30px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: #FFBF19;
    color: black;
}
.thank-you-section .section-cta  a:hover{
    background: #10305A;
    color: white;
    transition-duration: 0.5s;
}