.stat-small-row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.stat-small-row .card-stats__content-right-stats-item {
  background-color: white;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 24px 48px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.stat-small-row .card-stats__content-right-stats-item .item-heading p {
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
}