.et_pb_section_schedule_banner {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0.4) 100%), url("/wp-content/uploads/2024/04/celebration.jpg");
  background-position: center;
  background-size: cover;
}

.et_pb_row_schedule_banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.et_pb_text_schedule_banner h1 {
  margin: 0;
  font-weight: 800;
  font-size: 50px;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 1.3em;
  text-align: left;
}

.et_pb_text_schedule_banner h2 {
  margin: 0 0 10px;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  color: #e0b700 !important;
  letter-spacing: 1px;
  line-height: 1.6em;
  text-align: left;
}

.msll-schedule-page-logo-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.et_pb_image_schedule_logo {
  text-align: center;
}

.et_pb_image_schedule_logo img {
  width: min(220px, 100%);
  height: auto;
}

.et_pb_section_schedule_content.et_pb_section {
  background-color: #ffffff !important;
  padding-top: 60px;
  padding-bottom: 70px;
}

.et_pb_row_schedule_content {
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
  padding: 40px !important;
  background: #ffffff;
}

.et_pb_text_schedule_content .et_pb_text_inner {
  width: 100%;
}

.et_pb_text_schedule_content .et_pb_text_inner > p:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 980px) {
  .et_pb_row_schedule_banner {
    flex-direction: column;
    text-align: center;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .et_pb_text_schedule_banner h1,
  .et_pb_text_schedule_banner h2 {
    text-align: center;
  }

  .et_pb_image_schedule_logo img {
    width: min(180px, 45vw);
  }
}

@media only screen and (max-width: 767px) {
  .et_pb_text_schedule_banner h1 {
    font-size: 40px;
  }

  .et_pb_text_schedule_banner h2 {
    font-size: 14px;
  }

  .et_pb_row_schedule_content,
  body.et_boxed_layout #page-container .et_pb_row_schedule_content.et_pb_row,
  body.et_boxed_layout.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_schedule_content.et_pb_row,
  body.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_schedule_content.et_pb_row,
  body.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container #et-boc .et-l .et_pb_row_schedule_content.et_pb_row {
    width: 100%;
    padding: 24px !important;
  }
}