.elementor-widget-montoport_feature_events {
  width: 100%;
}

.montoport-feature-events {
  width: 100%;
}

.montoport-feature-events__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 610px));
  column-gap: clamp(24px, 4vw, 60px);
  row-gap: 60px;
}

.montoport-feature-events__track.swiper-wrapper {
  display: contents;
}

.montoport-feature-events__card {
  min-width: 0;
}

@media (min-width: 768px) {
  .montoport-feature-events__inner.swiper {
    overflow: visible;
  }

  .montoport-feature-events__card.swiper-slide {
    width: auto;
  }
}

.montoport-feature-events__media {
  width: 610px;
  max-width: 100%;
  height: 470px;
  background: #000;
  overflow: hidden;
}

.montoport-feature-events__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.montoport-feature-events__content {
  margin-top: 14px;
}

@media (prefers-reduced-motion: no-preference) {
  .montoport-feature-events
    .montoport-feature-events__content:not(.montoport-feature-events__content--revealed)
    :is(.montoport-feature-events__subtitle, .montoport-feature-events__title, .montoport-feature-events__desc, .montoport-feature-events__meta) {
    opacity: 0;
    transform: translateY(24px);
  }
}

.montoport-feature-events__subtitle {
  margin: 0 0 10px;
  color: #00617f;
  font-family: 'Ghotam';
  font-size: 10px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.montoport-feature-events__title {
  margin: 0 0 10px;
  color: #54585a;
  font-family: "Berlingske Serif", "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.3px;
}

.montoport-feature-events__desc {
  margin: 0 0 12px;
  color: #54585a;
  font-family: 'Ghotam';
  font-size: 12px;
  font-style: normal;
  font-weight: 325;
  line-height: 16px;
}

.montoport-feature-events__meta {
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #54585a;
  font-family: 'Gotham';
  font-size: 12px;
  font-style: normal;
  font-weight: 325;
  line-height: 16px;
}

.montoport-feature-events__meta:last-child {
  margin-bottom: 0;
}

.montoport-feature-events__button {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 20px;
  min-width: 109px;
  background: #00617f;
  color: #fff;
  text-decoration: none;
  font-family: "Gotham", "Ghotam", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 0;
  text-align: center;
  transition: background-color 0.25s ease;
}

.montoport-feature-events__button:hover,
.montoport-feature-events__button:focus {
  background: #98a4ae;
  color: #fff;
}

.montoport-feature-events__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.montoport-feature-events__icon svg {
  display: block;
}

@media (max-width: 1280px) {
  .montoport-feature-events__inner {
    padding-left: clamp(12px, 3vw, 20px);
    padding-right: clamp(12px, 3vw, 20px);
    box-sizing: border-box;
  }
}

@media (max-width: 991px) {
  .montoport-feature-events__inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .montoport-feature-events__media {
    height: auto;
    aspect-ratio: 610 / 470;
  }
}

@media (max-width: 767px) {
  .montoport-feature-events__inner {
    display: block;
    grid-template-columns: none;
    column-gap: 0;
    row-gap: 0;
    padding: 0 20px;
    overflow: hidden;
  }

  .montoport-feature-events__inner.swiper-initialized {
    padding: 0 0 0 20px;
  }

  .montoport-feature-events__track.swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .montoport-feature-events__card.swiper-slide {
    width: calc(100vw - 44px);
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .montoport-feature-events__media {
    max-width: 100%;
    margin-left: 16px;
    width: calc(100% - 32px);
    margin-right: 16px;
  }

  .montoport-feature-events__content {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 20px;
  }
}

p.montoport-feature-events__meta span {
  font-family: 'Ghotam' !important;
}


.elementor-widget-montoport_feature_events .elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  height: 100%;
}
