.home-features-head {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  background-color: #383f51;
  background-image: url("../images/elaborazione_gradient_corretto_r1_c1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-features-head h2,
.home-features-head p {
  color: white;
  text-transform: none;
}
.home-features-head p {
  font-weight: 400;
}
.home-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.home-features > span,
.home-features > a {
  display: block;
  width: 250px;
  margin: 20px;
  padding: 0 10px;
  text-align: left;
  color: #555555 !important;
  text-decoration: none !important;
  cursor: default;
}
.home-features > span > .home-features-image,
.home-features > a > .home-features-image {
  display: block;
  width: 100%;
  height: 120px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.home-features > span:hover > .home-features-image,
.home-features > a:hover > .home-features-image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home-features > span > .home-features-title,
.home-features > a > .home-features-title {
  display: block;
  color: black;
  font-size: 18px;
  font-weight: 500;
}
.home-features > span > .home-features-text,
.home-features > a > .home-features-text {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 22.5px;
}
.home-features > span > .home-features-text > .home-features-text-link,
.home-features > a > .home-features-text > .home-features-text-link {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
.home-features > span > .home-features-text > .home-features-text-link .material-icons,
.home-features > a > .home-features-text > .home-features-text-link .material-icons {
  position: relative;
  top: -1px;
  vertical-align: middle;
  line-height: 0;
  color: #82b53f;
  font-size: 18px;
  font-weight: bold;
}
.home-features > a {
  cursor: pointer;
}
.home-features > a:hover .home-features-title {
  text-decoration: underline;
}
.home-features > a:hover .home-features-text-link .material-icons {
  color: black;
}
