/* Custom ftp css */

/*pagina macro categoria griglia categorie */


.grid-cat figure.ce-gallery-item:last-child:nth-child(3n - 2) {
    grid-column-end: -2;
}
@media only screen and (max-width: 1024px) {
.grid-cat figure.ce-gallery-item:last-child:nth-child(3n - 2) {
    grid-column-end: auto;
}
}