/*Chi siamo section*/
#div_block-26-27{
    clip-path: polygon(0% 0, 70% 0, 100% 100%, 30% 100%);
}

/*NO RESULTS*/
.trz_partiteMese__noResultsContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.trz_partiteMese__noResultsText{
    font-size: 22px;
    font-weight: 600;
    color: var(--bluLogo);
}

/*MOBILE*/
@media(max-width: 991px){
    /*Chi siamo section*/
    #div_block-26-27{
        clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    }
}