.elementor-10636 .elementor-element.elementor-element-60b7673{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10636 .elementor-element.elementor-element-5003e39{text-align:center;}/* Start custom CSS for html, class: .elementor-element-d8a60a2 */.city-header {
  width: 100%;
  background-color: #0275c9;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.city-header h1 {
  margin: 0;
  font-size: 2em;
  text-transform: uppercase;
  color: #ffffff;
}

.schedule-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.school-schedule {
  background-color: #ffffff;
  border: 1px solid #0275c9295;
  border-radius: 4px;
  padding: 0;
  flex: 1 1 calc(25% - 10px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.school-schedule h2 {
  background-color: #0275c9;
  color: #ffffff;
  font-size: 1.3em;
  margin: 0;
  padding: 20px;
  text-align: center;
  line-height: 1.2em
}

.school-schedule h3 {
  background-color: #0275c929;
  color: #0275c9;
  font-size: 1.25em;
  margin: 0;
  padding: 5px;
  text-align: center;
}

.school-schedule ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.school-schedule ul li {
  padding: 10px;
  font-size: 1em;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  text-transform: capitalize;
}

.school-schedule ul li:nth-child(even) {
  background-color: #ffffff;
}

@media (min-width: 1200px) {
  .school-schedule {
    flex: 1 1 calc(25% - 10px);
  }
  .schedule-container {
    justify-content: flex-start;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .school-schedule {
    flex: 1 1 calc(33.33% - 10px);
  }
  .schedule-container {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .school-schedule {
    flex: 1 1 calc(50% - 10px);
  }
  .schedule-container {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .school-schedule {
    flex: 1 1 100%;
  }
  .schedule-container {
    justify-content: center;
  }
}/* End custom CSS */