.brnd-recepies_stats-wrap {
  width: 100%;
  padding: 16px;
  background: var(--brnd-primary-blue);
  display: flex;
  justify-content: center;
  align-items: center;
}
.brnd-recepies_stats-item {
  text-align: center;
}
.brnd-recepies_stats-item-title {
  font-size: 16px;
  color: white;
  font-weight: 400;
}
.brnd-recepies_stats-item-content {
  font-size: 24px;
  color: white;
  font-weight: 400;
}
.brnd-recepies_stats-item-content:hover {
  color: var(--brnd-light-blue);
}
.brnd-recepies_stats-separator {
  height: 4.5em;
  width: 1px;
  background: white;
  margin: 0 40px;
}
