.card--swiper .swiper-slide:last-child {
  margin-right: 20px;
}
.card--swiper .swiper-slide:first-child {
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .card--swiper .swiper {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .card--swiper .swiper-slide:first-child {
    margin-left: 0 !important;
  }
}
.card--swiper .swiper-slide:last-child {
  margin-right: 20px;
}
/* LP Med Day ScheduleSection - Mobile First */
.cmp-lp-schedulesection * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.cmp-lp-schedulesection {
  position: relative;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1e244d;
  background-image: url('../../../../../etc.clientlibs/ibcmed/components/lp-med-day/schedulesection/clientlib/resources/background.png');
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
}
.cmp-lp-schedulesection__container {
  width: 100%;
  max-width: 1312px;
  position: relative;
  z-index: 2;
}
.cmp-lp-schedulesection__content {
  text-align: center;
}
.cmp-lp-schedulesection__headline {
  margin-bottom: 32px;
  padding: 0 20px;
  text-align: start;
}
.cmp-lp-schedulesection__title {
  margin: 0 0 16px 0;
  color: #1E244D;
  font-family: 'Thunderhouse Pro', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  width: 100%;
}
.cmp-lp-schedulesection__subtitle {
  color: #1E244D;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.card {
  width: 100%;
}
.card__track {
  display: flex;
}
.card__event {
  background: #1E244D;
  border-radius: 16px;
  padding: 32px 20px;
  width: 204px;
  height: 394px;
  display: flex;
  align-items: stretch;
}
.card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.card__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  color: #A1C417;
  font-weight: 400;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card__hour {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #FFAB00;
  font-weight: 600;
  margin-bottom: 8px;
}
.card__info {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  line-height: 18px;
}
.card__pagination {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .cmp-lp-schedulesection {
    padding: 100px 64px;
  }
  .cmp-lp-schedulesection__headline {
    padding: 0;
    margin-bottom: 64px;
  }
  .cmp-lp-schedulesection__title {
    font-size: 56px;
    line-height: 40px;
    width: auto;
  }
  .cmp-lp-schedulesection__subtitle {
    font-size: 17px;
    line-height: 25px;
  }
  .card {
    width: 1320px;
  }
  .card__event {
    width: 206.6px;
    height: 405px;
  }
  .card__title {
    font-size: 26px;
  }
  .card__hour {
    font-size: 18px;
  }
  .card__info {
    font-weight: 500;
    line-height: 18px;
  }
}
