.threew_grid_icons_wrapper .grid-icons-list-item .grid-icons-list-item-holder {
    border-bottom: 1px solid var(--w3-primary-color);
    border-right: 1px solid var(--w3-primary-color);
}

@media (min-width: 576px) {
    .threew_grid_icons_wrapper .grid-icons-list-item:nth-child(3n +3) .grid-icons-list-item-holder {
        border-right: none;
    }
    
    .threew_grid_icons_wrapper .grid-icons-list-item:nth-child(3n+1):nth-last-child(-n+3) .grid-icons-list-item-holder,
    .threew_grid_icons_wrapper .grid-icons-list-item:nth-child(3n+1):nth-last-child(-n+3)  ~ .grid-icons-list-item .grid-icons-list-item-holder {
        border-bottom: none;
    }
}


@media (max-width: 575px) {
    .threew_grid_icons_wrapper .grid-icons-list-item:nth-child(2n + 2) .grid-icons-list-item-holder {
        border-right: none;
    }

    .threew_grid_icons_wrapper .grid-icons-list-item:nth-child(2n+1):nth-last-child(-n+2) .grid-icons-list-item-holder,
    .threew_grid_icons_wrapper .grid-icons-list-item:nth-child(2n+1):nth-last-child(-n+2)  ~ .grid-icons-list-item .grid-icons-list-item-holder {
        border-bottom: none;
    }
    
}

.threew_grid_icons_wrapper .grid-icons-list-item  .grid-icons-list-item-icon {
    font-size: 24px;
    color: var(--w3-aubergine);
    margin-bottom: 10px;
}

.threew_grid_icons_wrapper .grid-icons-list-item  .grid-icons-list-item-title {
    font-weight: 700;
    color: var(--w3-blue);
}