/**************/
/* HERO SECTION  */
/**************/

.features-section-hero {
  text-align: center;
  padding: 9.6rem 0 !important;
}

/**************/
/* BENEFITS SECTION  */
/**************/

.features-section-benefits {
  padding: 9.6rem 0;
}

.feature {
  /* box-shadow: 0 0 0 0.8rem #333; */
}

.feature-icon {
  color: #415b59;
  height: 3.2rem;
  width: 3.2rem;
  background-color: #cde1e0;
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  border-radius: 50%;
}

.feature-title {
  font-size: 2.4rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.feature-text {
  font-size: 1.8rem;
  line-height: 1.8;
}
