/* Servizi */

#servizi {
  justify-content: space-between;
  flex-flow: row wrap;
  background-image: url('/assets/img/bg/servizi_bg.jpg');
  background-size: cover;
}


.content { flex-flow: column wrap; }

figure img { width: 100%; height: 100%; }

figure.flex-content {
  max-height: 300px;
  height: 100%;
  overflow: hidden;
  margin: 1rem;
}

.flex-row p { font-size: 1.1rem; }

section ul { list-style-type: none; padding: 0; }

section ul li {
  font-size: 1.2rem;
  font-weight: 600;
}

section ul li:before {
  content: "-";
  font-weight: 600;
  padding-right: 8px;
}