/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/text-image/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.text-image {
  margin-left: max((100vw - 144rem) / 2 + 12.8rem, 12.8rem);
  margin-right: max((100vw - 144rem) / 2);
  display: flex;
  margin-bottom: 12.8rem;
  position: relative;
  scroll-margin-top: 11rem;
}
.text-image .text-container {
  width: 50rem;
  flex-shrink: 0;
}
.text-image .text-container .r40 {
  font-size: 3rem;
}
.text-image .text-container .q18 {
  font-size: 1.6rem;
}
.text-image > div:last-of-type {
  height: 52rem;
  flex-shrink: 5;
  min-width: 0;
  position: relative;
}
.text-image > div:last-of-type img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.text-image > div:last-of-type svg {
  position: absolute;
  width: 14.7rem;
  height: 4.6rem;
}
.text-image > div:last-of-type svg:first-of-type {
  top: -2rem;
  left: 37.7%;
}
.text-image > div:last-of-type svg:last-of-type {
  bottom: -2.6rem;
  left: 37.7%;
}
.text-image .mini-title {
  position: relative;
}
.text-image .mini-title svg {
  position: absolute;
  left: 26.7rem;
  top: 1.7rem;
  z-index: -1;
  width: 14.7rem;
  height: 1.5rem;
}
.text-image h2, .text-image h1 {
  margin-bottom: 3.2rem;
}
.text-image h2:not(.mini-title), .text-image h1:not(.mini-title) {
  color: #EB6109;
}
.text-image > svg {
  position: absolute;
}
.text-image.left {
  flex-direction: row-reverse;
}
.text-image.left .text-container {
  margin-left: 7.2rem;
  margin-right: 12.8rem;
}
.text-image.left > svg {
  right: 12.8rem;
  bottom: 0;
}
.text-image.right .text-container {
  margin-right: 7.2rem;
  margin-left: 0;
}
.text-image.right > div:last-of-type {
  margin-right: 12.8rem;
}
.text-image.right > svg {
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 900px) {
  .text-image {
    margin-left: 2.4rem;
    margin-right: 2.5rem;
    display: flex;
    margin-bottom: 11.2rem;
    position: relative;
  }
  .text-image.left, .text-image.right {
    flex-direction: column-reverse;
  }
  .text-image.left .text-container, .text-image.right .text-container {
    width: auto;
    margin: 0;
  }
  .text-image.left > svg, .text-image.right > svg {
    right: 0;
    left: auto;
    bottom: -6rem;
  }
  .text-image.left > div:last-of-type, .text-image.right > div:last-of-type {
    margin-right: 0;
  }
  .text-image > div:last-of-type {
    margin-bottom: 4.7rem;
    height: 38rem;
  }
  .text-image > div:last-of-type > svg:first-of-type, .text-image > div:last-of-type > svg:last-of-type {
    left: 0;
    right: 0;
    margin: auto;
  }
  .text-image .mini-title {
    max-width: 33rem;
  }
  .text-image .mini-title > svg {
    left: -1rem;
    top: 4.6rem;
  }
  .text-image h2, .text-image h1 {
    font-size: 2.4rem;
  }
}

/*# sourceMappingURL=style-text-image.css.map*/