.bg-white {
    padding-left: 0;
    padding-right: 0;
}

.first-row{
    margin-left: 0;
    margin-right: 0;
    padding-top:24px;
    padding-bottom:40px;
}

.col-left{
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-right{
    padding-top: 0;
    padding-bottom: 0;
    margin-left:10px;
}

.column{
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 576px){
    .col-left{
        margin-right: 0;
    }
    
    .col-right{
        margin-left:0;
        margin-top: 15px;
    }
}

.col-right>div{
    z-index: 1;
}

.item-with-icon{
    display: flex;
}

.item-with-icon a{
    color: #19191a;
    text-decoration: underline;
}

.item-with-icon span{
    vertical-align: middle;
}

.item-with-icon :nth-child(2){
    margin-left: 8px;
}

.item-with-icon>div :first-child{
    font-weight: 700;
}

.item-with-icon>div :last-child{
    font-weight: 400;
}

.col-left .item-with-icon{
    padding-bottom: 25px;
}

.col-left ul li:last-child>div{
    padding-bottom: 0;
}

.col-left ul{
    margin-bottom: 0;
}

.box-contenuti > section > .bg-white {
    margin-bottom: 0;
}

.widget_sub_section_widget{
    padding-top: 24px;
}