.ea-business-hours-wrap {
  box-shadow: 0px 0px 40px 0px rgb(163 168 177 / 19%);
  background: #fff;
  padding-bottom: 20px;
  border-radius: 10px 10px 5px 5px;
}
.ea-business-hours-wrap .ea-business-hours-header {
  background: #6731b7;
  padding: 25px 0px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}

.ea-business-hours-wrap .ea-business-hours-header h4 {
  font-weight: 600;
  font-size: 28px;
  margin: 0px;
  color: #fff;
}
.ea-business-hours-wrap .ea-single-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 22px;
  margin: 4px 0;
  color: #000;
  font-size: 20px;
  letter-spacing: -0.015em;
  text-align: left;
}