.feature {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.feature__item {
  padding: 1.5em;
  transition: transform 0.5s;
}
.feature__item:hover {
  transform: scale(1.06);
}
.feature__item__icon {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.feature__item__icon.icon-1 {
  background-image: url(../../assest/img/goal.png);
}
.feature__item__icon.icon-2 {
  background-image: url(../../assest/img/strategy.png);
}
.feature__item__icon.icon-3 {
  background-image: url(../../assest/img/implementation.png);
}
.feature__item__icon.icon-4 {
  background-image: url(../../assest/img/result.png);
}
.feature__item__title {
  text-align: center;
  margin-top: 1em;
  font-family: "Roboto";
}
.feature__item__title + hr {
  width: 50%;
  margin: 1.8em auto;
  background-color: #FF4495;
}
.feature__item__disc {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 30px;
}

/*# sourceMappingURL=feature.css.map */
