/* tablet.css – Stili per dispositivi tablet (768px – 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  nav ul{
    display: none;
  }

  nav .language-dropdown{
    align-items: right;
    justify-content: right;
    text-align: right;
  }

  .findMore h2{
    transform: scale(0.8);
  }

  .findMore p{
    transform: scale(0.8);
}

.findMore span{
    transform: scale(0.8);
}

.chiSiamo img {
  max-width: 80%;
  max-height: none;
}

}
  