@media only screen and (max-width: 768px){
    .section_title{
        padding:10px 0;
    }
}

.product-box{
    margin-right:10px!important;
}
.enlinea_slider{
    padding-left:0px;
}

.niveaArticleTitle{
    min-height: 85px; 
    padding-left: 10px; 
    padding-right: 10px;
}
.niveaArticleDesc{
    min-height: 97px; 
    padding-left: 10px; 
    padding-right: 10px;
}

.niveah1title{
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #01086d; 
    line-height: 0.1em;
    margin: 10px 0 20px;
}

@media only screen and (max-width: 768px){
    .niveah1title{
        width: 100%;
        text-align: center;
        border-bottom: 3px solid #01086d; 
        line-height: 0.1em;
        margin: 10px 0 20px;
        font-size:20px;
    }
}
