.childcare-subtext {
  font-size: 0.95em;
  line-height: 1.8;
}
.childcare-schedule-group + .childcare-schedule-group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--color-cyan-300, #b0dbe2);
}
.childcare-schedule-group__title {
  margin-bottom: 0.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .childcare-schedule-group__title {
    line-height: 1.5;
  }
}
