.thankyou__banner {

    background-image: url('../../assets/images/thank-you-new/thankyou-bg-new-min.jpg');

    background-position: left;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 100px 0;



    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;
}


.thankyou__banner .home-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.thankyou__banner .img-featured {
    margin-bottom: 100px;
}


.thankyou__banner h1 {

    background: var(--cta-gradient, linear-gradient(243deg, #3D7333 0%, #6AA85E 50.07%, #3D7333 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
    margin: 0;

}



.thankyou__banner .thankyou-head {

    margin-bottom: 50px;

}



.thankyou__banner .card a {

    width: fit-content;

    margin: 0 auto;



}



.thankyou__banner .links {

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

}



.thankyou__banner .links h3 {

    margin: 0;

}




.thankyou__banner p {
    font-size: 18px !important;
}


@media (min-width:1200px) {

    .thankyou__banner .gradient-blue {

        min-width: 330px;

    }

}

@media (max-width:991px) {
    .thankyou__banner .img-featured {
        margin-bottom: 50px;
    }
}