.flexible-image-text-section {
  padding: clamp(70px, 7vw, 135px) 0;
  background: var(--color-white);
  overflow: hidden;
}

.flexible-image-text-section .container-fluid {
  padding-left: clamp(22px, 4.4vw, 88px);
  padding-right: clamp(22px, 4.4vw, 88px);
}

.flexible-image-text-section-inner {
  max-width: 1780px;
  margin: 0 auto;
}

.flexible-image-text-section-content {
  max-width: 680px;
}

.flexible-image-text-section-title {
  max-width: 640px;
  margin: 0 0 clamp(24px, 2vw, 36px);
  color: var(--color-red);
  letter-spacing: -0.045em;
  text-align: left !important;
}

.flexible-image-text-section-title p {
  margin: 0;
  font: inherit !important;
  line-height: inherit !important;
}

.flexible-image-text-section-title strong {
  color: var(--color-red);
  font-weight: 400 !important;
}

.flexible-image-text-section-text {
  max-width: 660px;
  color: var(--color-black);
}

.flexible-image-text-section-text p:last-child {
  margin-bottom: 0;
}

.flexible-image-text-section-button-wrap {
  margin-top: clamp(30px, 2.4vw, 48px);
}

.flexible-image-text-section-image {
  height: clamp(520px, 40vw, 780px);
  margin: 0;
  overflow: hidden;
}

.flexible-image-text-section-image img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.flexible-image-text-section-image.is-image-fit-cover img {
  object-fit: cover;
}

.flexible-image-text-section-image.is-image-fit-contain img {
  object-fit: contain;
}

.flexible-image-text-section-image.has-radius-all {
  border-radius: var(--radius-big);
}

.flexible-image-text-section-image.has-radius-top-left {
  border-top-left-radius: clamp(70px, 6vw, 120px);
}

.flexible-image-text-section-image.has-radius-top-right {
  border-top-right-radius: clamp(70px, 6vw, 120px);
}

.flexible-image-text-section-image.has-radius-bottom-right {
  border-bottom-right-radius: clamp(70px, 6vw, 120px);
}

.flexible-image-text-section-image.has-radius-bottom-left {
  border-bottom-left-radius: clamp(70px, 6vw, 120px);
}

.flexible-image-text-section-content,
.flexible-image-text-section-image {
  will-change: transform, opacity;
}

@media (min-width: 992px) {
  .flexible-image-text-section.is-image-left
    .flexible-image-text-section-content {
    margin-left: auto;
  }

  .flexible-image-text-section.is-image-right
    .flexible-image-text-section-content {
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .flexible-image-text-section {
    padding: 64px 0 76px;
  }

  .flexible-image-text-section-image {
    height: 520px;
  }

  .flexible-image-text-section-title {
    font-size: clamp(36px, 10vw, 52px) !important;
  }
}

@media (max-width: 575.98px) {
  .flexible-image-text-section-image {
    height: 390px;
  }

  .flexible-image-text-section-image.has-radius-all {
    border-radius: var(--radius-medium);
  }

  .flexible-image-text-section-image.has-radius-top-left {
    border-top-left-radius: 56px;
  }

  .flexible-image-text-section-image.has-radius-top-right {
    border-top-right-radius: 56px;
  }

  .flexible-image-text-section-image.has-radius-bottom-right {
    border-bottom-right-radius: 56px;
  }

  .flexible-image-text-section-image.has-radius-bottom-left {
    border-bottom-left-radius: 56px;
  }
}
