/* ==========================================================================
   Features
   ========================================================================== */

.features {
  padding: 90px 0 90px;
}

.feature {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.feature-title {
  font-family: $font-primary;
  font-weight: 700;
  font-size: 32px;
  margin: 20px 0;
}

.feature-description {
  font-family: $font-secondary;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.feature-graphic {
  border-radius: 50%;
  text-align: center;
}

.feature .feature-graphic [class^="icon-16-"],
.feature .feature-graphic [class*="icon-16-"] {
  box-shadow: 0 2px 8px rgba($primary, .2);
  border-radius: 50%;
  color: $accent;
  display: block;
  font-size: 28px;
  height: 84px;
  line-height: 84px;
  margin: auto;
  width: 84px;
}
