.terms-of-personal-data-processing-index {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.terms-of-personal-data-processing-index .join {
    align-self: center;
}

.back {
    color: #898686;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.back::before {
    content: url(/images/back.svg);
    margin-right: 5px;
}