.persone {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: #0d4062;
  padding: 3vw;

  .person-title {
    color: white;
    border-bottom: 2px solid white;
    text-align: center;
  }

  .contatti {
    color: white;
    a {
      color: white;
    }
  }

  .riga {
    @media screen and (max-width: 575px) {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  }

  .colFoto {
    max-width: 170px;
    @media screen and (max-width: 575px) {
      margin-bottom: 7px;
    }
  }
}

.main-text-block-container {
  background-color: #0d4062;
}
.main-text-block {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  color: white;
}
.main-text-block-title {
  margin-top: 0;
  font-weight: bold;
}
