h3 {
	margin: 40px 0 20px;
}

.settori {
    margin-top: 40px;
}

.settori .col-w-25 {
	text-align: center;
}

.settori img {
    max-height: 100px;
    margin: 0 auto;
}

.space {
	margin: 60px 0;
}

.col-w-100 ul {
	padding: 0;
}

.col-w-100 li {
    font-size: 20px;
    line-height: 32px;
    color: #0D68B5;
    list-style-type: none;
    position: relative;
    margin: 0 0 20px;
  	padding-left: 36px;
}

.col-w-100 li:before {
 	content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url('/themes/jewels/images/image-list.png');
}

@media only screen and (max-width:1199px) {
	.settori.last-settori {
        margin-top: 0;
    }
  
    .settori .col-w-25 {
        margin-bottom: 24px;
    }
  
  	.space {
        margin: 0 0 60px;
    }
}

@media only screen and (max-width:1023px) {
  .settori img {
      max-height: 60px;
  }
}