  :root {
      --primary: #2E7D32;
      --secondary: #FF8F00;
      --light: #F5F5F5;
      --dark: #212121;
      --accent: #5D4037;
      --white: #FFFFFF;
      --header-bg: #F7E7CE;
      --pearl: #FDEEF4;
      --ivory: #FFFFF0;
      --lavender: #E6E6FA;
      --powder-blue: #B0E0E6;
      --pale-silver: #C9C0BB;
      --mint-cream: #F5FFFA;
      --verde-collinare: #5A8F63;
      --verde-collinare-hover: #456d4b;
      --blu-adriatico: #4A6FA5;
      --beige-pietra: #EDE6D6;
      --terracotta-borgo: #C66A4D;
      --grigio-roccia: #6F6F6F;
      --transition: all 0.3s ease;
      --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      --shadow-strong: 0 2px 10px rgba(0, 0, 0, 0.301);
      --footer: #2e2e2e;
  }

  /* CHI SIAMO */
  .chi-siamo {
      margin: 0;
  }

  .chi-siamo-content {
      display: flex;
      align-items: center;
      gap: 60px;
      margin: 50px 5px;
      padding: 0 4vw;
  }

  .chi-siamo-content2 {
      display: flex;
      align-items: center;
      gap: 60px;
      margin: 50px 0px;
      background-color: var(--light);
      padding: 4vw 4vw;
  }

  /* Blocco di testo */
  .chi-siamo-container {
      margin: 0 0vw;
      margin-bottom: 8vw;
      line-height: 1.8;
  }

  .chi-siamo-intro {
      font-size: 1.5rem;
      margin-bottom: 40px;
      font-style: italic;
      text-align: center;
      color: var(--terracotta-borgo);
      padding: 20px;
      background-color: rgba(237, 230, 214, 0.5);
      border-radius: 15px;
  }

  .chi-siamo-title {
      color: var(--verde-collinare-hover);
      font-size: 1.5rem;
  }

  .travel {
      flex: 1;
      max-width: 100%;
      aspect-ratio: 9 / 16;
      object-fit: cover;
      max-height: 900px;
      border-radius: 20px;
      box-shadow: var(--shadow);
      transition: transform 0.5s;
  }

  .travel2 {
      max-width: 100%;
      aspect-ratio: 8 / 16;
      object-fit: cover;
      max-height: 1100px;
      border-radius: 20px;
      box-shadow: var(--shadow);
      transition: transform 0.5s;
  }

  .travel3 {
      flex: 1;
      max-width: 100%;
      aspect-ratio: 13 / 16;
      object-fit: cover;
      max-height: 630px;
      border-radius: 20px;
      box-shadow: var(--shadow);
      transition: transform 0.5s;
  }

  .travel:hover,
  .travel2:hover,
  .travel3:hover {
      transform: scale(1.03);
      box-shadow: var(--shadow-strong);
  }

  .icon-title {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .icon-title i {
      font-size: 1.5rem;
  }

  /* MEDIA QUERY PER DISPOSITIVI MOBILI */
  /* Quando lo schermo è largo 1260px o meno */
  @media (max-width: 1260px) {

      .chi-siamo-content,
      .chi-siamo-content2 {
          flex-direction: column;
      }

      .travel {
          max-height: 600px;
      }

      .travel2 {
          max-height: 800px;
          order: -1;
      }

      .travel3 {
          max-height: 900px;
      }

      .icon-title i {
          font-size: 2rem;
      }
  }

  .chi-siamo-description {
      background-color: var(--light);
      padding: 40px;
      border-radius: 40px;
      box-shadow: var(--shadow);
  }

  .chi-siamo-description2 {
      padding: 40px;
      border-radius: 40px;
      box-shadow: var(--shadow);
      background-color: var(--beige-pietra);
  }

  .chi-siamo-description p,
  .chi-siamo-description2 p,
  .chi-siamo-description3 p,
  .chi-siamo-description li {
      font-size: 1.2rem;
      text-align: justify;
  }

  .description-div {
      margin-bottom: 10px;
  }

  .chi-siamo-list li {
      margin-bottom: 15px;
      position: relative;
      list-style-type: none;
      font-size: 1.2rem;
  }

  .chi-siamo-list li::before {
      content: "•";
      color: var(--terracotta-borgo);
      font-size: 1.5rem;
      position: absolute;
      left: -25px;
      top: -5px;
  }

  .highlight {
      background-color: rgba(90, 143, 99, 0.1);
      padding: 20px;
      border-left: 4px solid var(--terracotta-borgo);
      border-radius: 0 10px 10px 0;
      margin: 20px 0;
      font-style: italic;
  }

  .features-container p {
    font-size: 1.2rem;
    text-align: justify;
  }

  .features-container h3 {
    font-size: 1.4rem;
  }

  /* Stili esistenti per le immagini delle card */
  .chi-siamo-card-img-1 {
      background-image: url('../Immagini/Chi-siamo/autenticita.jpg');
      background-size: cover;
      background-position: center;
      height: 250px;
      margin-bottom: 0;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
  }

  .chi-siamo-card-img-2 {
      background-image: url('../Immagini/Chi-siamo/natura.jpg');
      background-size: cover;
      background-position: center;
      height: 250px;
      margin-bottom: 0;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
  }

  .chi-siamo-card-img-3 {
      background-image: url('../Immagini/Chi-siamo/gastronomia.JPG');
      background-size: cover;
      background-position: center;
      height: 250px;
      margin-bottom: 0;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
  }

  .line {
      border: 2px solid var(--verde-collinare);
      width: 80px;
      margin: auto;
      margin-bottom: 50px;
  }