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

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

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

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