/**
 * 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-section-one {
  margin: 5rem auto;
}
.feature-section-one__title {
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
}
.feature-section-one__feature {
  max-width: 16.25rem;
  width: 100%;
  text-align: left;
  margin: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .feature-section-one .feature-section-one__feature {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}