body {
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    margin-left: 1%;
}

.titolo {
    font-size: 40px;
    font-size: 40px;
    margin-top: 25px; /* Rimuove il margine predefinito */
    margin-left: 1%;
}

.titolo_grigio {
    font-size: 40px;
    color: #929292;
    margin-left: 1%;
    margin-top: -20px;
}

.titolo-container {
    display: block;
}

.testop {
    font-size: 20px;
    color: #929292;
    margin-left: 1%;
    margin-right: 5%;
}

.container2 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 800px;
    margin: auto;
    background-color: rgb(223, 222, 222);
    padding: 20px;
    border-radius: 10px;
    width: 90%; /* Aumenta la larghezza */
  
   
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centra gli elementi orizzontalmente */
    
    align-items: center; /* Centra gli elementi verticalmente */
    margin: 0 auto; /* Centra il contenitore nella pagina */
    max-width: 1200px; /* Imposta una larghezza massima per il contenitore */
}
.container .item {
    flex: 1 1 50%; /* Ogni item occuperà il 50% della larghezza del contenitore */
    box-sizing: border-box;
    padding: 10px; /* Aggiungi un po' di padding per la spaziatura */
    text-align: center;
}
.item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon {
    width: 24px;
    height: 24px;
    background-color: #e8f0fe;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
}

.icon::before {
    content: '✔';
    font-size: 14px;
    color: #0073e6;
}

.text {
    font-weight: bold;
}



.text {
    flex: 1;
    margin-left: 1%; /* Allinea il testo a sinistra come le altre sezioni */
}

.text h1 {
    margin-top: 0; /* Rimuove il margine negativo */
    font-size: 32px;
    margin-bottom: 10px;
}

.text p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    padding-right: 40px;
}



img {
    width: 100%;
    height: 20%; /* Assicura che l'altezza sia proporzionale alla larghezza */
    border-radius: 5px;
    margin-top: 0; /* Rimuove il margine superiore */
}





.section {
    display: flex;
    background-color: white;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.large {
    flex-direction: row;
    align-items: top;
}
.small {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.sub-section {
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.text {
    flex: 1;
    padding: 10px;
}
.image {
    flex: 1;
}
.image img {
    max-width: 100%;
    border-radius: 5px;
}
h1, h2 {
    color: #222;
}
.sub-section {
    flex: 1; /* Occupa lo spazio disponibile */
    min-width: 45%; /* Evita che si restringano troppo */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-image: url('IMG_6708.jpeg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
}
.section.large {
    background-color: rgb(199, 199, 199);
    display: flex;
    flex-direction: row;
    align-items: top;
    gap: 20px; /* Spazio tra testo e immagine */
    width:100%; /* Occupa tutta la larghezza disponibile */
   
}
.section.small {
    display: flex;
    background-color: rgb(199, 199, 199);
    flex: 1 1 100%;
    margin-top: -35px;
    margin-bottom: 10px;
}
.image img {
    max-width: 100%; /* Fa sì che l'immagine non esca dal contenitore */
    height: auto;
    border-radius: 5px;
}
.sub-section {
    flex: 1 1 50%;
}

.section.large .image img {
    width: 60%; /* Riduci la larghezza delle immagini al 80% del loro contenitore */
    height: auto; /* Mantieni le proporzioni */
    display: block;
    margin: 0 auto; /* Centra le immagini */
}



body {
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    margin-left: 1%;
}

.titolo {
    font-size: 40px;
    font-size: 40px;
    margin-top: 25px; /* Rimuove il margine predefinito */
    margin-left: 1%;
}

.titolo_grigio {
    font-size: 40px;
    color: #929292;
    margin-left: 1%;
    margin-top: -20px;
}

.titolo-container {
    display: block;
}

.testop {
    font-size: 20px;
    color: #929292;
    margin-left: 1%;
    margin-right: 5%;
}

.container2 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 800px;
    margin: auto;
    background-color: rgb(223, 222, 222);
    padding: 20px;
    border-radius: 10px;
    width: 90%; /* Aumenta la larghezza */
  
   
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centra gli elementi orizzontalmente */
    
    align-items: center; /* Centra gli elementi verticalmente */
    margin: 0 auto; /* Centra il contenitore nella pagina */
    max-width: 1200px; /* Imposta una larghezza massima per il contenitore */
}
.container .item {
    flex: 1 1 50%; /* Ogni item occuperà il 50% della larghezza del contenitore */
    box-sizing: border-box;
    padding: 10px; /* Aggiungi un po' di padding per la spaziatura */
    text-align: start;
}
.item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon {
    width: 24px;
    height: 24px;
    background-color: #e8f0fe;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
}

.icon::before {
    content: '✔';
    font-size: 14px;
    color: #0073e6;
}

.text {
    font-weight: bold;
}



.text {
    flex: 1;
    margin-left: 1%; /* Allinea il testo a sinistra come le altre sezioni */
    color: #555;
}

.text h1 {
    margin-top: 0; /* Rimuove il margine negativo */
    font-size: 32px;
    margin-bottom: 10px;
}

.text p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    padding-right: 40px;
}



.image img {
    width: 100%;
    height: 20%; /* Assicura che l'altezza sia proporzionale alla larghezza */
    border-radius: 5px;
    margin-top: 0; /* Rimuove il margine superiore */
}





.section {
    display: flex;
    background-color: white;
    margin: 20px 0;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.large {
    flex-direction: row;
    align-items: center;
}
.small {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.sub-section {
    background-color: white;
    padding:0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.text {
    flex: 1;
    padding: 0px;
}
.image {
    flex: 1;
    text-align: right;
}
.image img {
    max-width: 100%;
    border-radius: 5px;
}
h1, h2 {
    color: #222;
}
.sub-section {
    flex: 1; /* Occupa lo spazio disponibile */
    min-width: 45%; /* Evita che si restringano troppo */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: rgb(199, 199, 199);
}
.section.large {
    background-color: rgb(199, 199, 199);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px; /* Spazio tra testo e immagine */
    width:100%; /* Occupa tutta la larghezza disponibile */
   
}
.section.small {
    display: flex;
    background-color: rgb(199, 199, 199);
    flex: 1 1 100%;
    margin-top: -35px;
    margin-bottom: 10px;
}
.image img {
    max-width: 100%; /* Fa sì che l'immagine non esca dal contenitore */
    height: auto;
    border-radius: 5px;
}
.sub-section {
    flex: 1 1 50%;
}

.section.large .image img {
    width: 60%; /* Riduci la larghezza delle immagini al 80% del loro contenitore */
    height: auto; /* Mantieni le proporzioni */
    display: block;
    margin: 0 auto; /* Centra le immagini */
}