.p-thanks {
    padding-top: 194px;
    padding-bottom: 140px;
}

.p-thanks__head {
    text-align: center;
    font-size: 64px;
    font-weight: 100;
    line-height: 1;
}

.p-thanks__head span {
    background: linear-gradient(91deg, #30C1CD 1.04%, #2F6FD4 99.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-thanks__txt {
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.p-thanks__btn {
    margin-top: 56px;
    text-align: center;
}

.p-thanks__btn a {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 100vh;
    background: linear-gradient(91deg, #30C1CD 1.04%, #2F6FD4 99.74%);
    padding: 15px 92px;
}

@media screen and (max-width: 900px) {
    .p-thanks {
        padding-top: 155px;
        padding-bottom: 80px;
    }
    
    .p-thanks__head {
        font-size: 32px;
    }
    
    .p-thanks__txt {
        margin-top: 32px;
    }
    
    .p-thanks__btn {
        margin-top: 35px;
    }
}