.scroll_menu{
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.08);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    z-index: 3;
    margin-bottom: 30px!important;
}
.scroll_menu > li > a{
    border-bottom: 1px solid #DDDDDD;
    padding: 8px 15px;
    text-decoration: none;
}
.scroll_menu > li:last-child > a{
    border-bottom: 0;
}
.scroll_menu > li > a svg g polygon:first-child{
    fill:#979797;
}
.scroll_menu > li.active > a svg g polygon:first-child{
    fill:#000;
}
.scroll_menu > li > a svg{
    transform: rotate(-180deg);
}
.scroll_menu > li.active > a svg{
    transform: rotate(0deg);
}
.scroll_menu > li span{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color:#000;
}
.scroll_menu > li span img{
    margin-right: 10px;
    width: 15px;
}
.scroll_menu .hidden_list{
    background: #F4F4F4;
    display: none;
}
.scroll_menu .hidden_list li{
    padding: 5px;
    border-bottom: 1px solid #DDDDDD;
}

.scroll_menu .hidden_list li a{
    display: block;
    padding:2px 10px;
    border-radius: 6px;
    color:#898989;
    text-align: left;
}
.scroll_menu .hidden_list li a.active,.scroll_menu .hidden_list li a:hover{
    background: #5B4AC3;
    color:#fff;
}
.text_section{
    padding-bottom: 50px;
}
.text_section h2{
    font-size: 20px;
    font-weight: bold;
}
.custom_h2_wr img:not(.big_img){
    margin-right: 40px;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    flex: 0 0 auto;
}
.custom_h2_wr h2{
    font-weight: bold;
    font-size: 2.35714286em;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .custom_h2_wr img:not(.big_img){
        height: 30px;
        width: 30px;
        margin-right: 15px;
    }
    .custom_h2_wr h2{
        font-size: 1.35714286em;
    }
}
