section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
section div{
    
    margin: 20px;
    width:90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section h1{
    color: #1E293B;
    text-align: center;
}
section h3{
    color: #1E293B;
    text-align: center;
}
.testo-formattato {
  text-align: justify;
  line-height: 1.6;

  
  -webkit-hyphens: auto;
  hyphens: auto;
}
ul{
    color: #1E293B;
    font-size: 20px;
}


.fotobanda{
    width: 90%;
    
}

.maestro{
    
    width: 15%;
}

@media (max-width: 610px){
    .maestro{
    
    width: 20%;
    }
}