main {
    padding: 20px;
}

#terms {
    max-width: 800px;
    margin: 0 auto;
}

#terms .head-title {
    margin-top: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: var(--color-text-title-primary);
}

#terms .head-title .download-terms {
    font-size: 16px;
    text-align: right;
}

#terms .head-title .download-terms a {
    text-decoration: none;
    cursor: pointer;
}

#terms .head-title .download-terms a:hover {
    text-decoration: underline;
}

.download-terms i {
    color: var(--main-primary);
    margin-right: 4px;
}

.download-terms span {
    color: var(--main-primary);
    font-weight: 700;
}

.siderbar {
    background: var(--bg-section-primary);
    border-radius: var(--border-raduis-default);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
    margin-top: 80px;
    border: var(--size-border-solid) solid var(--color-border-section-primary); 
}

.siderbar h2, .siderbar h3 {
    margin-top: 20px;
}

.head-terms ul {
    list-style-type: disc;
    margin-left: 20px;
}