.rich-text {
  z-index: 1;
}
.rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: calc(100% - 4rem / var(--font-body-scale));
}
.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}
.rich-text__blocks {
  width: 100%;
}
.rich_text_with_img .rich-text {
  position: relative;
}
.rich_text_with_img .image_left_section {
  position: absolute;
  left: 0;
  bottom: -100px;
  max-width: 296px;
  width: 100%;
  overflow: hidden;
}
.rich_text_with_img .image_left_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rich_text_with_img .image_right_section {
  position: absolute;
  right: 0;
  bottom: -100px;
  max-width: 365px;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
}
.rich_text_with_img .image_right_section img {
  width: 100%;
  height: 100%;
}
.rich_text_with_img .rich-text-cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rich_text_with_img {
  position: relative;
  z-index: 1;
}
.rich_text_with_img .rich-text__wrapper {
  padding: 0 20px;
  margin: 0 auto;
}
.rich_text_with_img {
  margin-top: 0 !important;
}
.rich_text_with_img .rich-text__blocks {
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.rich_text_with_img h2.rich-text__heading {
  margin: 0 0 27px;
  text-transform: uppercase;
}
.rich_text_with_img h2.rich-text__heading,
.rich_text_with_img .rich-text__text {
  color: var(--body_text_color);
}
@media screen and (max-width: 1080px) {
  .rich_text_with_img .image_right_section {
    max-width: 300px;
  }
  .rich_text_with_img .image_left_section {
    max-width: 255px;
  }
  .rich_text_with_img .rich-text__blocks {
    max-width: 460px;
  }
  .additional_img_with_text .addi_image_with_text .first_images {
    padding-top: 330px;
  }
}
@media screen and (max-width: 991px) {
  .rich_text_with_img .rich-text-cover {
    flex-wrap: wrap;
  }
  .rich_text_with_img .image_left_section,
  .rich_text_with_img .image_right_section {
    width: 30%;
  }
  .rich_text_with_img .rich-text__wrapper {
    width: 40%;
  }
}
@media screen and (max-width: 820px) {
  .additional_img_with_text .addi_image_with_text .second_images {
    max-width: 35.78%;
  }
  .additional_img_with_text .addi_image_with_text .first_images {
    max-width: 33.78%;
  }
}
@media screen and (min-width: 798px) {
  .richtext_mobile_img {
    display: none;
  }
}
@media screen and (max-width: 797px) {
  .rich_text_with_img .image_for_dsk {
    display: none;
  }
  .rich_text_with_img .richtext_mobile_img {
    display: block;
    position: relative;
    width: 100%;
    top: 120px;
  }
  .richtext_mobile_img .image_left_section {
    width: 60%;
    position: relative;
    max-width: 60%;
  }
  .richtext_mobile_img .image_right_section {
    width: 60%;
    position: absolute;
    max-width: 60%;
    top: auto;
    bottom: -20px;
    padding-top: 75%;
  }
  .rich_text_with_img .rich-text__wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .rich_text_with_img .image_right_section img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .home_featured_collection .slider.slider--tablet {
    padding-bottom: 50px !important;
  }
  .artical_Section .featured_blog_width {
    padding-left: 0 !important;
  }
  .rich_text_with_img .rich-text-cover {
    padding-top: 70px;
  }
}
@media screen and (max-width: 749px) {
  .rich_text_with_img .rich-text__wrapper {
    width: 100%;
    padding: 0 30px;
  }
  .rich_text_with_img .richtext_mobile_img {
    top: 0;
  }
  .richtext_mobile_img .image_left_section {
    padding-top: 70%;
    top: -60px;
  }
  .rich_text_with_img .image_left_section img {
    object-fit: cover;
    position: absolute;
    top: -60px;
  }
  .richtext_mobile_img .image_right_section {
    bottom: 0px;
    padding-top: 65%;
  }
}
@media screen and (max-width: 480px) {
  .richtext_mobile_img .image_left_section,
  .rich_text_with_img .image_right_section {
    padding-top: 0;
  }
  .rich_text_with_img .richtext_mobile_img {
    padding-top: 100%;
  }
  .richtext_mobile_img .image_left_section {
    width: 60%;
    position: absolute;
    max-width: 60%;
    top: 45%;
    height: 62%;
  }
  .richtext_mobile_img .image_right_section {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .rich_text_with_img .rich-text__wrapper {
    padding-bottom: 60px;
  }
  .rich_text_with_img .image_left_section img {
    top: 0;
  }
}
/*# sourceMappingURL=/s/files/1/0657/8133/4252/t/1/assets/rich-text-with-img-style.css.map?v=61745773885413461451663581643 */
