.mappa-circoscrizione {
  background: #fff;
  padding: 30px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.titolo-mappa {
  margin: 0 0 25px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  color: #111827;
  text-transform: uppercase;
}

.titolo-mappa span {
  color: #008c72;
}

.mappa-content {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.mappa-box {
  position: relative;
  width: 100%;
}

.mappa-box img {
  width: 100%;
  max-width: 720px;
  height: auto;
}

.legenda-box {
  padding: 20px 0 30px;
}

.legenda-box h2 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  color: #111827;
  text-transform: uppercase;
}

.legenda-box h2 span {
  color: #008c72;
}

.legenda-item {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.35;
  color: #000;
}

.legenda-item strong {
  display: inline-block;
  font-size: 16px;
  color: #008c72;
  font-weight: 900;
  vertical-align: middle;
}

.legenda-item p {
  margin: 6px 0 0 0;
}

.bollino {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border-radius: 50%;
  vertical-align: middle;
}

.bollino.giallo {
  background: #f3e85b;
}

.bollino.viola {
  background: #fff;
  border: 2px solid #b65cb8;
}

@media (max-width: 767px) {
  .mappa-circoscrizione {
    padding: 20px 0;
  }

  .titolo-mappa {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .mappa-content {
    display: block;
  }

  .legenda-box {
    padding: 20px 15px 0;
  }

  .legenda-box h2 {
    font-size: 22px;
  }

  .legenda-item strong {
    font-size: 15px;
  }
}