.text-with-image--section2 {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 0;
  background: var(--background-color);
  color: var(--text-color);
}
.text-with-image--section2 .text-with-image--wrapper {
  max-width: var(--max-width);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1500px) {
  .text-with-image--section2 .text-with-image--wrapper {
    padding: 0 50px;
  }
}
.text-with-image--section2 .text-with-image--wrapper.image--position__left {
  flex-direction: row-reverse;
}
.text-with-image--section2 .text--container {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.text-with-image--section2 .text--container .sub-text__container {
  display: flex;
  gap: 25px;
}
.text-with-image--section2 .text--container .sub-text__container .sub-text__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-basis: 50%;
}
.text-with-image--section2 .text--container .heading, .text-with-image--section2 .text--container .paragraph, .text-with-image--section2 .text--container .sub-text__heading, .text-with-image--section2 .text--container .sub-text__paragraph {
  font-family: "FactorA", sans-serif;
}
.text-with-image--section2 .text--container .heading {
  max-width: 500px;
  font-size: 58px;
  font-weight: 700;
  font-family: "FactorA", sans-serif;
}
@media screen and (max-width: 1280px) {
  .text-with-image--section2 .text--container .heading {
    font-size: 42px;
  }
}
.text-with-image--section2 .text--container .paragraph {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-with-image--section2 .text--container .paragraph ol {
  margin-top: 15px;
  padding: 0;
  padding-left: 15px;
}
.text-with-image--section2 .text--container .paragraph hr {
  background: var(--text-color);
  height: 2px;
  border: none;
}
.text-with-image--section2 .text--container .paragraph, .text-with-image--section2 .text--container .sub-text__paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.text-with-image--section2 .text--container .sub-text__paragraph {
  font-weight: 700;
}
.text-with-image--section2 .text--container .sub-text__heading {
  font-size: 22px;
  font-weight: 700;
  font-family: "FactorA", sans-serif;
}
.text-with-image--section2 .text--container .cta {
  margin-top: 25px;
}
.text-with-image--section2 .text--container .image--container {
  display: none;
}
.text-with-image--section2 .image--container {
  width: 100%;
  max-width: 500px;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.text-with-image--section2 .image--container img {
  width: 100%;
  max-width: 100%;
}
.text-with-image--section2.add_bottom_spacing {
  padding-bottom: 450px;
}
.text-with-image--section2.enable_scrolling_text {
  padding-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .text-with-image--section2 .text--container .heading {
    font-size: 42px;
  }
  .text-with-image--section2.add_bottom_spacing {
    padding-bottom: 300px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .text-with-image--section2 {
    padding: 50px 0;
  }
  .text-with-image--section2 .text-with-image--wrapper {
    flex-direction: column;
    gap: 25px;
    padding: 0 25px;
  }
  .text-with-image--section2 .text-with-image--wrapper.image--position__left {
    flex-direction: column;
  }
  .text-with-image--section2 .text--container {
    gap: 15px;
  }
  .text-with-image--section2 .text--container .heading {
    font-size: 36px;
  }
  .text-with-image--section2 .text--container .paragraph p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
  }
  .text-with-image--section2 .text--container .sub-text__container {
    flex-direction: column;
    gap: 25px;
  }
  .text-with-image--section2 .text--container .sub-text__container .sub-text__group {
    flex-basis: 100%;
  }
  .text-with-image--section2 .text--container .cta {
    margin-top: 0;
  }
  .text-with-image--section2 .text--container .image--container {
    display: block;
    margin-top: 0px;
  }
  .text-with-image--section2 .image--container {
    max-width: 100%;
    display: none;
  }
  .text-with-image--section2.add_bottom_spacing {
    padding-bottom: 150px;
    padding-top: 50px;
  }
}

/*# sourceMappingURL=text-with-image-2.css.map */
