/* COLORS */
/* TYPOGRAPHY */
/* ---- MEDIA QUERIES ----- */
.stats-counter .stats-counter-container {
  padding: 5rem 6rem;
  border-radius: 1.3rem;
  color: #fff;
  font-family: "Khand", sans-serif;
  display: flex;
  justify-content: space-between;
  background-color: #174A75 !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.stats-counter .column {
  flex: 1;
  border-right: 1px solid #CCCCCC;
  padding: 1.2rem 1rem 0;
  margin: 0 1rem;
}
.stats-counter .column:first-child {
  margin: 0 1rem 0 0;
  padding: 1.2rem 1rem 0 0;
}
.stats-counter .column:last-child {
  margin: 0 0 0 1rem;
  padding: 1.2rem 0 0 1rem;
  border-right: none;
}
.stats-counter .column .text {
  font-size: 4rem;
  line-height: 3.9rem;
  font-weight: 400;
}
.stats-counter .column .text.big {
  font-size: 5rem;
  line-height: 5rem;
}
.stats-counter .column .text span {
  display: block;
  font-size: 10rem;
  line-height: 10rem;
  font-weight: 300;
}
.stats-counter .column img {
  max-width: 18.2rem;
}
.stats-counter .image-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1280px) {
  .stats-counter .stats-counter-container {
    padding: 4.8rem 5rem;
  }
  .stats-counter .column .text {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
  .stats-counter .column .text.big {
    font-size: 4.1rem;
    line-height: 5rem;
  }
  .stats-counter .column .text span {
    display: block;
    font-size: 10rem;
    line-height: 10rem;
    font-weight: 300;
  }
  .stats-counter .column img {
    max-width: 18.2rem;
  }
}
@media (max-width: 900px) {
  .stats-counter .column:last-child {
    display: none;
  }
  .stats-counter .column:nth-last-child(2) {
    margin: 0 0 0 1rem;
    padding: 1.2rem 0 0 1rem;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .stats-counter .stats-counter-container {
    padding: 4.2rem 4.7rem;
  }
  .stats-counter .column {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 1.2rem 1rem 0;
    margin: 0;
  }
  .stats-counter .column:first-child {
    margin: 0 1rem 0 0;
    padding: 1.2rem 1rem 0 0;
    border: none;
  }
  .stats-counter .column:nth-last-child(2) {
    margin: 0 0 0 1rem;
    padding: 1.2rem 0 0 1rem;
    border: none;
  }
  .stats-counter .column .text {
    text-align: center;
    font-size: 2.7rem;
    line-height: 2.6rem;
    text-wrap: balance;
  }
  .stats-counter .column .text.big {
    font-size: 2.7rem;
    line-height: 2.6rem;
  }
  .stats-counter .column .text span {
    font-size: 7.5rem;
    line-height: 7.5rem;
  }
}
@media (max-width: 575px) {
  .stats-counter {
    grid-column: full-width !important;
  }
  .stats-counter .stats-counter-container {
    border-radius: 0;
    flex-wrap: wrap;
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-image: url("../../../assets/icons/stats-container-bg-mobile.png") !important;
    padding-left: calc(2.5rem + 27px);
    padding-right: calc(2.5rem + 27px);
  }
  .stats-counter .column {
    border: none;
    border-bottom: 1px solid #CCCCCC !important;
    width: 100%;
    flex: none;
    padding: 0 0 2.4rem !important;
    margin: 0 0 2.4rem !important;
  }
  .stats-counter .column:last-child {
    display: flex;
    justify-content: center;
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .stats-counter .column .text span {
    font-size: 7.5rem;
    line-height: 7.5rem;
  }
  .stats-counter .column img {
    max-width: 11.2rem;
  }
}
@media (max-width: 450px) {
  .stats-counter .stats-counter-container {
    padding-left: calc(2.5rem + 27px);
    padding-right: calc(2.5rem + 27px);
  }
}