.mini-cards .card {
  border: 1px solid #EACAE0;
  border-radius: 20px;
  padding: 20px 40px;
  text-align: center;

  @media screen and (max-width: 1280px) {
    padding: 5px;
  }
}

.mini-cards .card img {
  height: 66px;
  width: auto;
}
.mini-cards .card .card-stat {
  font-family: "Nexa-Regular", sans-serif;
  font-weight: 850;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #BE2090;
  @media screen and (max-width: 1280px) {
    font-size: 24px;
  }
}
.mini-cards .card .card-title {
  font-family: "Nexa-Regular", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;

}