/* line 3, ../../funcmods/stats/fm_stats.scss */
.fm_stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px; }
  /* line 9, ../../funcmods/stats/fm_stats.scss */
  .fm_stats.centered {
    text-align: center; }
  /* line 14, ../../funcmods/stats/fm_stats.scss */
  .fm_stats.max_across_2 .stat_hold {
    flex: 0 0 calc(50% - 15px); }
  /* line 19, ../../funcmods/stats/fm_stats.scss */
  .fm_stats .stat_hold {
    flex: 0 0 calc(33% - 15px); }
    @media only screen and (max-width: 640px) {
      /* line 19, ../../funcmods/stats/fm_stats.scss */
      .fm_stats .stat_hold {
        flex: 0 0 100%;
        margin-bottom: 40px; }
        /* line 26, ../../funcmods/stats/fm_stats.scss */
        .fm_stats .stat_hold:last-of-type {
          margin-bottom: 0; } }
    /* line 31, ../../funcmods/stats/fm_stats.scss */
    .fm_stats .stat_hold .stat {
      font-family: "EB Garamond";
      margin-bottom: 15px;
      font-size: 66px; }
    /* line 38, ../../funcmods/stats/fm_stats.scss */
    .fm_stats .stat_hold .description p {
      font-size: 18px !important;
      margin-bottom: 0;
      line-height: 25px !important; }

/*# sourceMappingURL=fm_stats.css.map */