.pd-list{
    margin-bottom: 45px;
    a{
       color: #333333;
       &:hover{
           text-decoration: none;
       }
    }
}

.pd{
    h1,h2,h3,h4,h5,h6{
        //font-family: @font-family-serif;
        color: @brand-primary;
        margin-bottom:20px
    }
}
.pd-details{
    h3{
        color:#333;
        margin: 0;
        font-size:16px;
        margin-top:10px;
        font-weight: 700;
    }
}

.pd-advantages{
    padding-left:32%;
    margin-bottom:45px;
    background: url(../img/vantaggi.png) no-repeat 20% center;
    @media (max-width: 767px) {
        background: none;
        padding-left:10%;
    }
    ul{
        list-style-type:none;
        margin: 0;
        padding: 0;
        padding-left:20px;
        li{
            //font-family: @font-family-serif;
            font-style: italic;
            padding:8px 0;
        }
        li:before {    
            //font-family: 'FontAwesome';
            content: '\f067';
            margin:0 5px 0 -15px;
            color:@brand-primary;
        }
    }
}
