.top-content-block .section-block .section-compact-list {
    padding:0 30px;
}
.section-compact-list__item {
    padding: 10px !important;
    min-height: 110px !important;
    /* justify-content: center; */
}
.slick_one,.slick_two {
    display: flex;
}
/* .slick_one {
    margin-bottom:15px;
} */
.section-compact-list {
    position: relative;
}
.slick-arrow-left,.slick-arrow-right {
    position: relative;
    z-index: 999;
    cursor: pointer;
    width:45px;
    height:45px;
    border-radius: 100px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.slick-arrow-left {
    position: absolute;
    left:-25px;
    top:50%;
    margin-top: -22.5px;
}
.slick-arrow-right {
    position: absolute;
    right:-25px;
    top:50%;
    margin-top: -22.5px;
}
.slick-arrow-right svg{
    transform: rotate(180deg);
}
.slick-arrow-left:hover svg, .slick-arrow-right:hover svg {
    color: #FFF;
    fill: white;
    background: #5f5048;
    border-radius: 100px;
}
/* .slick-arrow-left:before {
    width:40px;
    height:40px;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    content:"";
    background: url('arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-arrow-right:before {
    width:40px;
    height:40px;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    content:"";
    background: url('arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
} */

@media (max-width:992px) {
    .slick-arrow-left,.slick-arrow-right {
            width:25px;
            height:25px;
            display: none;
    }
    .slick-arrow-right {
        right:-10px;
    }
    .slick-arrow-left {
        left:-10px;
    }
}
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20% !important;
    }
    .justify-content-center {
        justify-content: center;
    }
}