.leggi-anche-block.clearfix {
    margin: 0 0 30px;
}
.leggi-anche-block h5 {
    box-sizing: border-box;
    position: unset;
    font-size: 1em;
    letter-spacing: normal;
    line-height: 1em;
    text-transform: uppercase;
    text-align: left;
    width: max-content;
    margin: 0 16px 16px 0;
    display: block;
    color: #fff;
    font-weight: bold;
    background: -webkit-linear-gradient(#ba2b32, #a72d33);
    background: -o-linear-gradient(#ba2b32, #a72d33);
    background: linear-gradient(#ba2b32, #a72d33);
    transition: background .2s linear;
    padding: 11px 21px;
    border-radius: 2px;
    box-shadow: 5px 5px 0px 0px #dbdbdb!important;
    z-index: 3;
}
.leggi-anche-box h4 a {
    text-decoration: none;
    color: #000;
    font-family: 'Roboto',sans-serif;
    font-size: 1.2em;
    font-weight: 600;
}
.leggi-anche-box h4 a:after {
    content: none;
}
.leggi-anche-box h4 a:hover {
    text-decoration: underline;
	
}
.leggi-anche-box h4 a:hover:after{content: none;}
.leggi-anche-box  {
    display:  flex;
    flex-direction:  row;
    align-items:  center;
    padding-right:  2em;
}
.leggi-anche-box img {
    margin-right:  2em;border-radius: 2px;
}
.leggi-anche-box.noimg {
    margin-top: 23px;
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
}

/*
mobile
*/

 .leggi-anche-block.clearfix {
    margin: 0 0 30px;
    background: -webkit-linear-gradient(#f2f2f200 40%, #f2f2f2bd 61%, #f2f2f2 70%, #f2f2f2);
    background: -o-linear-gradient(#f2f2f200 40%, #f2f2f2bd 61%, #f2f2f2 70%, #f2f2f2);
    background: linear-gradient(#f2f2f200 40%, #f2f2f2bd 61%, #f2f2f2 70%, #f2f2f2);
}
.leggi-anche-block h5 {
    margin-bottom: 1em;
    background: #282828;
    font-weight: 700;
    font-size: 1em;
    margin-top: 1em!important;
    width: max-content;
    color: #fff;
    padding: .5em 1em .5em 5vw;
}
.block-classifica {margin: 30px 0;}
article .slide-content-cont .leggiancheplus .leggi-anche-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1em 5vw 1em;
}
article .slide-content-cont .leggiancheplus .leggi-anche-box img{width: 130px;margin-right: 0;
    height: auto;
    object-fit: contain;}
article .slide-content-cont .leggiancheplus .leggi-anche-box h4 {
    margin: 0;
    padding: 0 0 0 1em;
    
}
article .slide-content-cont .leggi-anche-box h4 a {
    color:#233342;
    text-decoration: none;
    font-size:1.2em!important;
    display: -webkit-box;
    border-bottom: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}