h2, h3, p, a{
	color: #333
}
main section article h3 {
    background-image: url('../imgs/lapis.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 19px 0 15px 55px;
}
main section article .box div:last-of-type p {
    margin: 0 0 1%;
}
.expertise > p:first-of-type {
    width: 100%;
}
.box {
    display: block;
    text-align: left;
}
.box div {
	display: block;
    width: 100%;
    margin: 1.5% 0;
    vertical-align: top;
}
.box div:last-of-type {
	width: 30%;
}
.box div p {
    text-align: justify;
    padding-left: 0;
}


div.box div:last-of-type p:first-of-type{
	margin-top: 18px;
}