.lista-posti-omologati {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin-bottom: 30px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #E8E8E8;
}

.lista-posti-omologati li {
    min-height: 53px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E8E8E8;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
}

.lista-posti-omologati li a {
    color: #26386B;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-widget-heading .elementor-heading-title.title-nav-posti-omologati {
    color: #26366D;
    font-family: "Quicksand", Sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.title-posti-omologati {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 700;
}

@media (max-width:1024px) {
    .lista-posti-omologati {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:767px) {
    .lista-posti-omologati {
        grid-template-columns: repeat(2, 1fr);
    }
}