.boxHp { 
padding-bottom:25px;
  padding-top:15px; 
  padding-left:15px; 
	padding-right:15px; 
	min-height: 330px;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
    box-sizing:border-box;
  color:#000;
}
.boxHp h2 {margin-top: 0; font-size:22px;}
.boxHp h3 {margin-top: 0;font-family: DejaVu; font-size:28px;}


.boxHover:hover {box-shadow: inset 0 0 0 5px #FFF;}
.boxPrimopiano {color:#FFF;}

.boxThinkTank { background: none repeat scroll 0 0 rgb(232,107,15);}
.boxPolicy { background: none repeat scroll rgb(53, 171, 229);}
.boxCaseHistories { background: none repeat scroll 0 0 rgb(61, 188, 0);}
.boxRubriche { background: none repeat scroll 0 0 rgb(226, 68, 106);}
.boxPartnership { background: none repeat scroll 0 0 rgb(251, 192, 5);}

.pInsight {width:50%;padding-right:10px;}
/* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.pInsight {width:100%;padding-right:0px;}
    }