.description_{
    font-size: var(--sixteen);
    color: var(--gray);
    flex-direction: column;
    align-items: start;
    gap: 30px;
}
.privacy_text_block .description_{
    max-width: 88%;  
}
.description_ h2, .description_ h3, .description_ h4, 
.description_ h5, .description_ h6{
    color: var(--brandBlue);
    font-size: var(--twenty);
} 
.description_ b, .description_ strong, .description_ a{
    color: var(--brandBlue);
}
.description_ ul, .description_ ol{
    padding-left: 20px;
}
.privacy_text_block::-webkit-scrollbar-thumb{
    background-color: var(--brandBlue);
    background-clip: padding-box;
    transition: all 300ms ease-out;
    cursor: pointer;
}
.privacy_text_block::-webkit-scrollbar{
    height: 4px;
    width: 8px;
}
.privacy_text_block::-webkit-scrollbar-track {
    background-color: #DFE5EA;
}
.thin_title{
    font-weight: 300;
    color: rgba(16, 61, 97, 0.60);
}
.try_free{
    padding: 25px 40px;
    background-color: var(--brandBlue);
    color: var(--white);
    font-size: var(--twofour);
    border-radius: 90px;
    margin-top: 30px;
    cursor: pointer;
}
.try_free:hover{
    background-color: var(--boldBlue);
}
.right_side_general .description_{
    margin-top: 20px;
}
.privacy_text_block{
    max-height: 93%;
    overflow: auto;
    flex-direction: column;
    align-items: start;
    gap: 36px;
}
.half_color{
    height: 100vh;
    margin: 0 auto;
}
.general_title{
    line-height: 110%;
    font-size: var(--titleFont);
    font-family: 'Manrope-Bold';
}
.right_color{
    z-index: -1;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 35.5%;
    background: #DFE5EA;
}
.users_head_blck{
    margin-left: auto;
}
.right_side_general{
    max-height: 100%;
    overflow: auto;
    /* height: 80%; */
    width: 35%;
    padding-left: 40px;
    margin-top: auto;
    flex-direction: column;
    align-items: start;
    /* justify-content: start; */
    padding-bottom: 60px;
}
.right_side_general::-webkit-scrollbar-thumb{
    background-color: var(--brandBlue);
    background-clip: padding-box;
    transition: all 300ms ease-out;
    cursor: pointer;
}
.right_side_general::-webkit-scrollbar{
    height: 2px;
    width: 2px;
}
.right_side_general::-webkit-scrollbar-track {
    background-color: #DFE5EA;
}
.privacy_static_block{
    padding-top: 150px;
    gap: 16px;
    align-items: stretch;
    height: 100%;
}
.left_side{
    padding-bottom: 60px;
    margin-top: auto;
    width: 65%;
}




