@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Montserrat:400,700";
/*
@mixin mobile {
    @media only screen and (max-width: $S) { @content; }
}

@mixin tablet {
    @media only screen and (min-width: $M) and (max-width: 1023px) { @content; }
}

@mixin all_mobile {
    @media only screen and (max-width: 425px) { @content; }
}

// super light grid - it works with the .cd-container class inside style.scss

@mixin column($percentage, $float-direction:left) {
width: 100% * $percentage;
float: $float-direction;
}*/
.section-two .counter {
  position: relative;
  z-index: 3;
  text-align: center; }
  .section-two .counter .counter-icon,
  .section-two .counter .counter-number,
  .section-two .counter .counter-label {
    display: block; }
  .section-two .counter .counter-icon {
    font-size: 40px;
    color: #8cc63f; }
  .section-two .counter .counter-number {
    font-size: 70px;
    font-weight: 300;
    font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    padding: 1.5rem 0 2rem 0; }
    @media only screen and (min-width: 1024px) {
      .section-two .counter .counter-number {
        padding: 1.5rem 0 .5rem 0; } }
  .section-two .counter p {
    color: rgba(255, 255, 255, 0.8); }

/*# sourceMappingURL=fnf-counters.css.map */
