/* Mixins
--------------------------------------------------------------- */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.stats_grid_section {
  padding: 50px 0; }
  .stats_grid_section h1 {
    color: #236995; }
