/*
 <link rel="stylesheet" href="/portals/0/Cassonetti/4a/css/pratiche.css">
*/


.content-buone-pratiche {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

/* Titolo principale */
.content-buone-pratiche .title-section {
  margin-bottom: 40px;
}

.content-buone-pratiche .title-section h1 {
  font-weight: 900;
  font-size: 3em;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 0;
}

.content-buone-pratiche .title-black {
  color: #1a1a1a;
}

.content-buone-pratiche .title-green {
  color: #007a4d;
}

/* Spaziatore */
.content-buone-pratiche .spacer {
  height: 30px;
}

/* Gestione immagini */
.content-buone-pratiche img {
  max-width: 100%;
  height: auto;
  margin: 5px 0;
}

/* Titoli sezione */
.content-buone-pratiche p strong {
  font-size: 1.25em;
  color: #007a4d;
  display: block;
  margin-bottom: 6px;
}

/* Testo descrittivo */
.content-buone-pratiche p {
  font-size: 1.15em;
  line-height: 1.6em;
  margin-bottom: 10px;
}

/* Margine tra righe */
.content-buone-pratiche .row {
  margin-bottom: 25px;
}

