.feature {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 20px 20px;
  height: 100%;
  background: #ffffff;
  text-align: center;
  line-height: 20px;
}

.feature p + p {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.feature-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.feature-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  flex: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color-interpolation-filters: sRGB;
  min-width: 120px;
  min-height: 120px;
}

.feature-icon-1 {
  background-image: url(https://images.yesalps.com/static/site/YA-hp-sprite_20.svg#icon-feature-1-view);
}

.feature-icon-2 {
  background-image: url(https://images.yesalps.com/static/site/YA-hp-sprite_20.svg#icon-feature-2-view);
}

.feature-icon-3 {
  background-image: url(https://images.yesalps.com/static/site/YA-hp-sprite_20.svg#icon-feature-3-view);
}
