.thank_bg {
    background: #051018;
    height: 100vh;
    display: flex;
}

.thanq_page {
    padding: 100px 0 0;
    margin: 0 auto;
}

.thanq_page h3 {
    font-size: 43px;
    line-height: 50px;
    font-weight: 900;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}

.thanq_page p {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0 0;
    color: #fff;
}

.wt_btn{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.wt_btn .btn1 {
    background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    border: 2px solid #e73677;
    color: #fff;
    border-radius: 80px;
}

.wt_btn .btn2 {
    background: #7e0db3;
    border: 2px solid #7e0db3;
    color: #fff;
    border-radius: 80px;
}

.wt_btn .btn2:hover {
    background: none;
    color: #7e0db3;
}

.wt_btn .btn1:hover {
    background: none;
    color: #e73677;
}