/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.feature-card__icon {
  margin-right: 1.5625rem;
  padding: 0;
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.feature-card__title {
  margin-bottom: 0.625rem;
}
.feature-card__description {
  color: #979797;
}
@media print, screen and (max-width: 39.99875em) {
  .feature-card {
    text-align: center;
  }
  .feature-card__icon {
    margin-bottom: 1.5625rem;
    margin-right: 0;
  }
}