.c-counter {
  margin: 0px 0px 144px 0px;
  margin: 0 0 6rem 0;
  position: relative;
  z-index: 1; }
  .c-counter h2 {
    margin-bottom: 18px;
    margin-bottom: 0.75rem;
    font-size: 24px;
    font-size: 1rem;
    line-height: 31px;
    line-height: 1.29167rem;
    text-transform: uppercase;
    text-align: center;
    color: #741678; }
    @media (min-width: 576px) {
      .c-counter h2 {
        font-size: 42px;
        font-size: 1.75rem;
        line-height: 50px;
        line-height: 2.08333rem; } }
  .c-counter__description {
    margin-bottom: 36px;
    margin-bottom: 1.5rem;
    line-height: 34px;
    line-height: 1.41667rem;
    text-align: center; }
    @media (min-width: 768px) {
      .c-counter__description {
        margin-bottom: 72px;
        margin-bottom: 3rem; } }
  .c-counter__numbers {
    margin-top: 36px;
    margin-top: 1.5rem;
    display: grid;
    grid-gap: 16px; }
    @media (min-width: 768px) {
      .c-counter__numbers {
        grid-template-columns: 1fr 1fr;
        grid-gap: 32px; } }
    @media (min-width: 992px) {
      .c-counter__numbers {
        grid-template-columns: 1fr 1fr 1fr; } }
  .c-counter__item {
    margin-bottom: 18px;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    color: #333333;
    text-decoration: none; }
    @media (min-width: 992px) {
      .c-counter__item {
        margin-bottom: 0px;
        margin-bottom: 0;
        display: block;
        text-align: center;
        flex-direction: row; } }
    .c-counter__item-number {
      font-size: 60px;
      font-size: 2.5rem;
      line-height: 76px;
      line-height: 3.16667rem;
      margin: 0 auto;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: none;
      font-weight: 700;
      color: #009DD3; }
      @media (min-width: 992px) {
        .c-counter__item-number {
          font-size: 103px;
          font-size: 4.29167rem;
          line-height: 125px;
          line-height: 5.20833rem; } }
      .c-counter__item-number span {
        z-index: 1; }
    .c-counter__item-text {
      margin: 10px auto 0 auto;
      font-size: 18px;
      font-size: 0.75rem;
      line-height: 26px;
      line-height: 1.08333rem;
      max-width: 230px;
      text-align: center;
      color: #333333; }
      @media (min-width: 992px) {
        .c-counter__item-text {
          margin: 18px auto 0 auto; } }
  .c-counter__link {
    margin: 36px auto 0px auto;
    margin: 1.5rem auto 0 auto;
    font-size: 16px;
    font-size: 0.66667rem;
    line-height: 24px;
    line-height: 1rem;
    text-align: center; }
    @media (min-width: 992px) {
      .c-counter__link {
        margin: 72px auto 0px auto;
        margin: 3rem auto 0 auto; } }
    .c-counter__link img {
      margin-bottom: -2px;
      margin-bottom: -0.08333rem;
      margin-right: 9px;
      margin-right: 0.375rem;
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
    .c-counter__link a {
      color: #0048AA;
      text-decoration: none; }
      .c-counter__link a:hover span, .c-counter__link a:focus span {
        background-size: 100% 2px; }
      .c-counter__link a span {
        display: inline;
        padding-bottom: 2px;
        cursor: pointer;
        text-decoration: none;
        transition: background 0.3s ease-out;
        background: linear-gradient(to bottom, #741678 0%, #741678 98%);
        background-size: 0px 2px;
        background-repeat: no-repeat;
        background-position: left 100%; }
        .c-counter__link a span:hover, .c-counter__link a span:focus {
          background-size: 100% 2px; }

