.paragraph--type--left-right-image-text {
  margin: 0 !important;
  padding: 100px 0;
  background-color: var(--light-bg);
}
@media (max-width: 768px) {
  .paragraph--type--left-right-image-text {
    padding: 30px 15px 70px 15px;
  }
}
.paragraph--type--left-right-image-text .container {
  padding: 0;
}
.paragraph--type--left-right-image-text .left-right-image-text__wrapper {
  display: flex;
  align-items: center;
  gap: 123px;
}
.paragraph--type--left-right-image-text .left-right-image-text__wrapper.image-right .left-right-image-text__content {
  order: 1;
}
@media (max-width: 1199px) {
  .paragraph--type--left-right-image-text .left-right-image-text__wrapper.image-right .left-right-image-text__content {
    flex: 1;
  }
}
.paragraph--type--left-right-image-text .left-right-image-text__wrapper.image-right .left-right-image-text__image {
  order: 2;
  flex: 1;
}
.paragraph--type--left-right-image-text .left-right-image-text__wrapper.image-left .left-right-image-text__content {
  order: 2;
}
@media (max-width: 1199px) {
  .paragraph--type--left-right-image-text .left-right-image-text__wrapper.image-left .left-right-image-text__content {
    flex: 1;
  }
}
.paragraph--type--left-right-image-text .left-right-image-text__wrapper.image-left .left-right-image-text__image {
  order: 1;
  flex: 1;
}
.paragraph--type--left-right-image-text .left-right-image-text__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 755px;
  width: 100%;
}
.paragraph--type--left-right-image-text .left-right-image-text__title {
  font-family: "Montserrat", foco, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .paragraph--type--left-right-image-text .left-right-image-text__title {
    font-size: 30px;
  }
}
.paragraph--type--left-right-image-text .left-right-image-text__body {
  font-family: "Quicksand", foco, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}
.paragraph--type--left-right-image-text .left-right-image-text__body p {
  margin: 0 0 16px 0;
}
.paragraph--type--left-right-image-text .left-right-image-text__body p:last-child {
  margin-bottom: 0;
}
.paragraph--type--left-right-image-text .left-right-image-text__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .paragraph--type--left-right-image-text .left-right-image-text {
    padding: 50px 0;
  }
  .paragraph--type--left-right-image-text .left-right-image-text .container {
    padding: 0 16px;
  }
  .paragraph--type--left-right-image-text .left-right-image-text__wrapper {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .paragraph--type--left-right-image-text .left-right-image-text {
    padding: 40px 0;
  }
  .paragraph--type--left-right-image-text .left-right-image-text .container {
    padding: 0 16px;
  }
  .paragraph--type--left-right-image-text .left-right-image-text__wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .paragraph--type--left-right-image-text .left-right-image-text__wrapper.image-left .left-right-image-text__content, .paragraph--type--left-right-image-text .left-right-image-text__wrapper.image-right .left-right-image-text__content {
    order: 1;
  }
  .paragraph--type--left-right-image-text .left-right-image-text__wrapper.image-left .left-right-image-text__image, .paragraph--type--left-right-image-text .left-right-image-text__wrapper.image-right .left-right-image-text__image {
    order: 2;
  }
  .paragraph--type--left-right-image-text .left-right-image-text__content {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .paragraph--type--left-right-image-text .left-right-image-text {
    padding: 32px 0;
  }
  .paragraph--type--left-right-image-text .left-right-image-text .container {
    padding: 0 12px;
  }
  .paragraph--type--left-right-image-text .left-right-image-text__wrapper {
    gap: 24px;
  }
  .paragraph--type--left-right-image-text .left-right-image-text__content {
    gap: 16px;
  }
}
.paragraph--type--left-right-image-text .paragraph--type--left-right-image-text + .paragraph--type--left-right-image-text .left-right-image-text {
  padding-top: 0;
}
/*# sourceMappingURL=paragraph-left-right-image-text.css.map */
