.list-w-icons {
    margin: 80px 0;
}
.list-w-icons__img {
    display: block;
    max-width: 80px;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.list-w-icons__slider-item {
    text-align: center;
}
.list-w-icons__text {
    font-weight: 600;
    font-family: Helvetica;
    font-size: 24px;
    margin-bottom: 10px;
}

/* слайдер */
.list-w-icons .slick-slide {
    margin: 0 8px;
}
.list-w-icons .slick-list {
    margin: 0 -8px;
    margin-bottom: 15px;
}
.list-w-icons .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.list-w-icons .slick-dots li {
    width: 10px;
    height: 10px;
    margin-right: 7px;
}
.list-w-icons .slick-dots li:last-child {
    margin-right: 0;
}
.list-w-icons .slick-dots button {
    display: block;
    width: inherit;
    height: inherit;
    background-color: #C4C4C4;
    border: 0;
    font-size: 0;
    border-radius: 50%;
    padding: 0;
}
.list-w-icons .slick-dots .slick-active button {
    background-color: #8AB446;
}
/* конец слайдер */

@media screen and (max-width: 800px) {
    .list-w-icons {
        margin: 40px 0;
    }
}