/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.stats-item .material-symbols-outlined {
  font-size: 2rem;
}
.stats-item img {
  width: 32px;
  margin-bottom: 1rem;
}

.stats-image {
  text-align: center;
}
.stats-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .stats-image img {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .stats-image img {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .stats-image img {
    width: 100%;
  }
}