.groupGraphicBg.specialeventsBg {
  background-image: url('../images/groupGraphicBlueDouble.webp');
  padding-top: 60px;
  padding-bottom: 294px;
}

.specialEventsHeader .ourEventsHeader {
  padding-bottom: 58px;
  max-width: 690px;
  margin: 0 auto;
}

.specialEventsHeader .ourEventsHeader h3 {
  line-height: 36px;
  letter-spacing: 0.96px;
  font-family: var(--fontFamilyBrandonRegular);
  color: var(--eagleGreen);
}

.specialEventsHeader .ourEventsLocation ul.ourSpecialeventsLocation {
  justify-content: center;
  padding-bottom: 55px;
}

.specialEventsHeader .ourEventsLocation ul.ourSpecialeventsLocation li {
  padding-right: 40px;
}

.specialEventsHeader .ourEventsLocation ul.ourSpecialeventsLocation li a {
  line-height: 29px;
  letter-spacing: 1px;
  color: var(--eagleGreen);
  font-family: var(--fontFamilyBrandonBold);
}

.specialEventsWrapper .eventcardImg .specialsThroughWeek {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 46px;
  top: auto;
  display: inline-block;
  height: auto;
}

.eventsBody {
  background-color: var(--eagleGreen);
  margin-top: -294px;
}

.eventcardInfo {
  background-color: var(--deepChampagne);
  padding: 62px 31px 41px 41px;
  min-height: 436px;
}

.eventcardInfo .eventCardTitle h3,
.eventcardInfo .eventCardTitle h1 {
  font-size: 32px;
  line-height: 59px;
  letter-spacing: 1.6px;
}

.eventCardSchedule {
  padding-bottom: 40px;
}

.eventcardInfo .eventCardSchedule h4 {
  margin-bottom: 5px;
}

.eventcardInfo .eventCardSchedule h5 {
  text-transform: none;
}

.eventCardSchedule .eventsTimings label {
  margin-right: 5px;
  margin-bottom: 0;
}

.eventcardImg,
.eventcardImg img {
  height: 100%;
  object-fit: cover;
  position: relative;
}

/* Media Query */
@media (max-width: 1399px) {
  .specialEventsWrapper .eventcardImg .specialsThroughWeek .specialsDesc h3 {
    font-size: 72px;
    line-height: 61px;
    letter-spacing: 3.6px;
  }
}

@media (max-width: 991px) {
  .specialEventsHeader .ourEventsLocation ul.ourSpecialeventsLocation {
    justify-content: flex-start;
    padding-left: 10px;
    padding-bottom: 0;
    flex-wrap: nowrap;
    width: 100%;
    overflow-y: hidden;
    scrollbar-width: thin;
    overflow-x: auto;
    white-space: nowrap;
  }

  .eventsBody {
    margin-top: 0;
  }

  .specialEventsHeader .ourEventsHeader {
    padding: 0 40px 36px 40px;
  }

  .groupGraphicBg.specialeventsBg {
    padding-top: 41px;
    padding-bottom: 36px;
  }

  .eventcardImg,
  .eventcardImg img {
    height: 333px;
  }

  .specialEventsWrapper .eventcardImg .specialsThroughWeek .specialsDesc {
    padding: 0;
  }

  .specialEventsWrapper .eventcardImg .specialsThroughWeek {
    background-color: transparent;
    left: 31px;
    bottom: 35px;
  }
}
