.articolo_row
{
    margin-bottom: 50px;
    margin-left: 15%!important;
    margin-right: 15%!important;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 33px;
    background: white;
}

.title_article_row
{
    border-bottom: 2px dotted #ddd;
    margin-bottom: 22px;
}
.articolo_text
{
  padding-left: 11%;
}
.articolo_text>h4
{   
   /* margin-left:20px;*/
    padding-top: 10px;
    min-height: 34px;
    text-transform:capitalize;
    
}

.articolo_text>p
{
  max-width: 500px;
  text-align: justify;
  /*padding-left: 60px;*/
  padding-top: 30px;
}