
.wrapper-chi-siamo-description {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrapper-chi-siamo-description .wrapper-text {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.wrapper-chi-siamo-description .-text {
  background: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px;
}

.wrapper-chi-siamo-description h2 {
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #111;
  font-weight: 700;
  letter-spacing: -1px;
}

.wrapper-chi-siamo-description h2 span {
  color: #C9A14A;
}

.wrapper-chi-siamo-description p {
  font-size: 18px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 24px;
  font-weight: 400;
}

.wrapper-chi-siamo-description strong {
  color: #111;
  font-weight: 700;
}

.wrapper-chi-siamo-description .highlight {
  color: #C9A14A;
  font-weight: 600;
}

.wrapper-chi-siamo-description .divider {
  width: 90px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #C9A14A 0%, #e6c675 100%);
  margin-bottom: 35px;
}

.wrapper-chi-siamo-description .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.wrapper-chi-siamo-description .info-box {
  background: #f9f9f9;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 28px;
  transition: all .3s ease;
}

.wrapper-chi-siamo-description .info-box:hover {
  transform: translateY(-4px);
  border-color: rgba(201,161,74,0.35);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.wrapper-chi-siamo-description .info-box h3 {
  font-size: 18px;
  color: #C9A14A;
  margin-bottom: 14px;
  font-weight: 700;
}

.wrapper-chi-siamo-description .info-box p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: #555;
}

@media (max-width: 991px) {
  .wrapper-chi-siamo-description {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .wrapper-chi-siamo-description .-text {
    padding: 40px 25px;
    border-radius: 22px;
  }
}

@media (max-width: 991px) {
  .wrapper-chi-siamo-description h2 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .wrapper-chi-siamo-description p {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (max-width: 991px) {
  .wrapper-chi-siamo-description .info-grid {
    grid-template-columns: 1fr;
  }
}