.home-stats-banner {
  background: linear-gradient(to bottom, #067d3c, #143c55);
}

.home-stats-icon {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-stats-icon img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
