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

.montoport-story {
  width: 100%;
}

.montoport-story__inner {
  width: 100%;
  max-width: 1066px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 106px;
}

.montoport-story__item {
  margin: 0;
  width: 480px;
  max-width: 100%;
  height: 553px;
  overflow: hidden;
  flex: 0 0 auto;
}

.montoport-story__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
}

.montoport-story__item--right {
  margin-top: var(--montoport-story-offset, 120px);
}

.montoport-story__item:first-child {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

@media (max-width: 1100px) {
  .montoport-story__inner {
    gap: 56px;
  }

  .montoport-story__item {
    height: clamp(360px, 50vw, 553px);
  }
}

@media (max-width: 720px) {
  .montoport-story__inner {
    flex-direction: column;
    gap: 32px;
  }

  .montoport-story__item {
    width: 100%;
    height: clamp(320px, 80vw, 553px);
  }

  .montoport-story__item--right {
    margin-top: 0;
  }
}
