.thanks{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 180px;
}
.t-title{
    font-size: 24px;
    margin-bottom: 40px;
}

.thanks p{
    font-size: 18px;
    font-weight: 500;
    line-height: 200%;
}

.thanks a{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 24px;
}
.thanks a p{
    color: #0033cc !important;
}
.thanks a::after{
    content: '>';
    color: #0033cc !important;
}
/* .thanks-btn{
    display: flex !important;
    justify-content: space-between;
    margin: 0 auto;
}
.thanks-btn:hover{
    opacity: 0.6;
}
.thanks-btn::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.thanks-btn p{
    font-size: 18px;
    font-weight: 700;
} */