.section-more-links {
    background: #f7fbfc;
    border: 2px solid #ebedee;
    border-radius: 6px;
    padding: 26px 16px 17px;
}
.section-more-links .h3-big {
    color: #008dee;
    float: left;
    width: calc(100% - 100px);
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.25;
}
.section-more-links .list-decor__link {
    position: static;
}
.section-more-links .list-decor__link:before {
    content: unset;
}

.section-more-arrow {
    color: #bdc3c7;
    cursor: pointer;
    float: right;
    text-align: right;
    width: 100px;
}
.section-more-arrow:hover {
    color: #008DEE;
}
.section-more-arrow span {
    margin-left: 4px;
}
.section-more-arrow .nir-arrow:before {
    color: #bdc3c7;
    position: relative;
    top: 5px;
    font-size: 24px;
    transform: rotate(-90deg);
}
.section-more-arrow:hover .nir-arrow:before {
    color: #008DEE;
}

.list-more {
    margin-bottom: 0;
    padding: 8px 2px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    color: #008dee;
}

.list-decor__item {
    line-height: 1.25;
    margin-bottom: 12px;
    margin-left: 12px;
    color: #2980b9;
}
.list-decor__link {
    color: #008dee;
    line-height: inherit;
    position: relative;
}

.h3-big {
    color: #3e5266;
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
}

@media (max-width: 991px) {
    .list-more {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .section-more-links {
        border: 0;
        margin-left: -26px;
        margin-right: -26px;
        padding: 46px;
    }
    .section-more-links .h3-big {
        font-size: 18px;
        width: calc(100% - 20px);
    }

    .section-more-arrow {
        width: 20px;
    }
    .section-more-arrow span {
        display: none;
    }

    .list-more {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .list-more .list-decor__item{
        width: 45%;
    }

.h3-big {
    font-size: 16px;
}
}