.hydrosud-elementor-widget-ws-icon-list{
    --gap-items: 20px;
    --items-per-line: 4;
    justify-content: center;
}

.ws-icon-list__item-image,
.ws-icon-list__item-title{
    margin-bottom: 10px;
}

.ws-icon-list__item{
    text-align: center;
}

.ws-icon-list__item-title{
    color: var(--hs-blue);
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    .theme-ws .ws-flexbox > *{
        --items-per-line: 3;
    }
}

@media screen and (max-width: 767px) {
    .theme-ws .ws-flexbox > *{
        --items-per-line: 2;
    }
}

@media screen and (max-width: 600px) {
    .theme-ws .ws-flexbox > *{
        --items-per-line: 1;
    }
}