
.vc-info-boxes{
  display:grid;
  gap:22px;
  margin-top:48px;
}

.vc-info-box{
  background:linear-gradient(180deg,#fffdf8 0%,#f7f3ea 100%);
  border:1px solid var(--vc-line,#e4dccd);
  border-radius:30px;
  padding:28px;
  box-shadow:0 16px 42px rgba(18,30,20,.06);
}

.vc-info-box-head{
  display:flex;
  gap:18px;
  align-items:flex-start;
  margin-bottom:18px;
}

.vc-info-box-icon{
  width:56px;
  height:56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.6rem;
  background:#e7efe3;
  flex-shrink:0;
}

.vc-info-box-type{
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#6f6a5f;
  margin-bottom:4px;
}

.vc-info-box h3{
  margin:0;
  color:#14351f;
  font-size:1.45rem;
  letter-spacing:-.03em;
}

.vc-info-box-content{
  color:#3e433d;
  line-height:1.8;
  font-size:1.02rem;
}

.vc-box-curiosita .vc-info-box-icon{
  background:#efe8d8;
}

.vc-box-memoria .vc-info-box-icon{
  background:#e7ecef;
}

.vc-box-tradizione .vc-info-box-icon{
  background:#e7efe3;
}

.vc-box-natura .vc-info-box-icon{
  background:#e1efe4;
}
