:root {
  --clr1:#65e4a9;
}

.business-hours .green-bg {
  background-color: var(--clr1);
}
.business-hours .green-border {
  border: 1px solid var(--clr1);
}
.business-hours .green-text {
  color: var(--clr1);
}
.business-hours .light-green-bg {
  background: var(--clr1);
}
.business-hours .white-icon {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}/*# sourceMappingURL=business-hoursDesign4.css.map */