.content_intestazione .title h1{ font-weight: 600; }

.contenitore_stili{
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px) !important;
}

.blocco_stile {
    background: #f8f8f8;
    border-radius: 2px;
    position: relative;
}
.blocco_stile a{ color: #444; }

.blocco_stile:after{ 
    content: '';
    width: 80%;
    visibility: hidden;
     -webkit-transition: left 100ms, width 100ms;
    transition: left 100ms, width 100ms;
    height: 5px;
    position: absolute;
    left: 10%;
    bottom: 1px;
    background: #8b1825;
}
.img_stile{
    width: 100%;
    background: #fff;
}
.descr_stili{
    min-height: 75px;
    line-height: normal;
}