.box-home {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: -3px 15px 25px 0 #1111114a;
  display: flex;
  transition: transform .2s;
  height: 160px;
}

.box-home:hover {
  transform: scale(1.1);
}

.image {
  POSITION: RELATIVE;
  LEFT: -20PX;
  TOP: 30PX;
}

.descrizione h2 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-size: 21px;
  line-height: 32px;
}

.descrizione p {
  font-size: 15px !important;
  line-height: 24px;
  color: #32325d;
}