.statsIcons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  .slick-prev,
  .slick-next {
    border-radius: 2px;
  }
  .slick-prev {
    left: 50%;
    transform: translate(calc(-50% - 35px), -100%);
  }
  .slick-next {
    right: 50%;
    transform: translate(calc(-50% + 65px), -100%);
  }
  .stat {
    justify-content: center;
    display: flex;
    text-align: center;
    width: 30%;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    text-decoration: none;
    color: inherit;
    .statSubInfo {
      display: flex;
      justify-content: center;
      width: 100%;
    }
    i {
      color: var(--clr-secondary);
      margin-right: 1rem;
      display: flex;
      align-items: center;
      &::before {
        font-size: 60px;
      }
    }
    h1.has-font-script {
      font-size: 80px;
      font-family: var(--font-script), sans-serif;
      margin: 0;
      font-style: italic;
      font-weight: 400;
    }
    h6 {
      margin: 0;
      font-size: 20px;
    }
  }
}
