body {
 background-color: #eeeeee;
}

.content {
 padding-bottom: 10px;
}


.container_24 {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 20px;
}

.box_scheda {
 /* border: solid 1px #333;  */
 background-color: white; 
 margin-bottom: 30px; 
 max-width:30%; 
}

#disc p {
 font-size: 16px;

}

@media (max-width: 768px) {
 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box; 
 }

 .content {
   margin-top: 75px;
 }



footer {
  margin-top: 0px;
}

.box_scheda {
  min-width: 98%;
}

}