.sidebar-img--wrap {
    height: 225px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.sidebar-img-sm{
    display: none;
    position: absolute;
    right: 30px;
    top: 55px;
    width: 107px;
    height: auto;
}
@media(max-width:991px){
    body .sidebar-img--wrap{
        display: none;
    }
    .sidebar-img-sm{
        display: block;
        top: 40px;
        right: 50px;
        width: 95px;
    }
}
@media(max-width:767px){
    .sidebar-img-sm {
        display: none;
    }
}
.page_terms .inside-title{
    margin-bottom: 60px;
}
.page_terms .bullet-list li{
    padding-left: 26px;
    position: relative;
}
.content .page_terms .bullet-list li:last-child p{
    margin-bottom: 22px;
}
.page_terms .bullet-list li:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    background: #2B3336;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.page_terms .bullet-list{
    list-style: none;
}
.content .page_terms h2{
    margin: 30px 0 24px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #2B3336;
}
.content .page_terms p{
    margin-bottom: 30px;
}
.content .page_terms a{
    font-weight: 500;
}    
@media(max-width: 991px){
    .page_terms ol{
        padding-left: 25px;
    }
    .page_terms ol ol{
        padding-left: 18px;
    }
    .page_terms .bullet-list li:before{
        width: 4px;
        height: 4px;          
        top: 13px;
    }
    .content .page_terms p {
        margin-bottom: 25px;
    }
}
@media(max-width: 767px){
    .page_terms .inside-title{
        font-size: 24px;
        line-height: 140%;
        margin-bottom: 25px;
    }
    .content .page_terms h2{
        
    }
}

.tab-subjects td{
    padding: 5px;
}
.table-cookie th {
    width: 33%;
}
.table-cookie td ul, .storycontent .bullet-list{
    padding-left: 20px;
}
.page_terms .icon-terms{
    margin: 10px 20px 10px 0;
}
.content .page_terms .icon-terms__wrapper h2{
    margin-top: 0;
}
.page_terms .table-cookie td ul{
    padding-left: 0;
}
.storycontent .bullet-list{
    padding-left: 0;
}