main {
     width: 100%;
}

section {
     border: 1px solid #CED4DA;
     padding: 15px;
     margin-top: 50px;
}

.flexContainer {
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     flex-wrap: wrap;

     img {
          max-width: 90%;
          margin-top: 25px;
     }
}

.boxEtichetta {
     background-color: #6C757D;
     color: white;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 2px;
     padding-bottom: 2px;
     position: relative;
     top: -30px;
     left: 10px;
     width: max-content;
}

.colonna1,
.colonna2 {
     width: 49%;
}



h1 {
     font-size: 32px;
     line-height: 42px;
     font-weight: 300;
     font-family: 'Merriweather', Georgia, serif;
     color: #34393e;
     margin-top: 10px;
}

.cc h1 {
     font-size: 27px;
     padding-right: 20px;
     margin-top: 10px;
}

.cc, .aa {
     .colonna1 { padding-right: 25px;
     }
}

.approvazioni {
     article {
          padding-top: 20px;
     }
}

.sentenze {
     font-size: 23px;
     font-weight: 500;
     color: #34393e;
}

.fontSmall-80 {
     font-size: 12px;
     line-height: 18px;
 }

@media screen and (max-width: 1200px) {

     .colonna1,
     .colonna2 {
          width: 100%;
     }

     section {
          img {
               text-align: center;
          }
     }
}