.text-with-image--section {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0;
  background: var(--background-color);
  color: var(--text-color);
}
.text-with-image--section .text-with-image--wrapper {
  max-width: var(--max-width);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 0;
}
.text-with-image--section .text-with-image--wrapper.image--position__left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1450px) {
  .text-with-image--section .text-with-image--wrapper {
    padding: 0 50px;
  }
}
.text-with-image--section .text--container {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.text-with-image--section .text--container .sub-text__container {
  display: flex;
  gap: 25px;
}
.text-with-image--section .text--container .sub-text__container .sub-text__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-basis: 50%;
}
.text-with-image--section .text--container .heading,
.text-with-image--section .text--container .paragraph,
.text-with-image--section .text--container .sub-text__heading,
.text-with-image--section .text--container .sub-text__paragraph {
  font-family: "FactorA", sans-serif;
}
.text-with-image--section .text--container .heading {
  font-size: 58px;
  font-weight: 700;
  font-family: "FactorA", sans-serif;
}
@media screen and (max-width: 1280px) {
  .text-with-image--section .text--container .heading {
    font-size: 42px;
  }
}
.text-with-image--section .text--container .paragraph,
.text-with-image--section .text--container .sub-text__paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.text-with-image--section .text--container .image--container {
  display: none;
}
.text-with-image--section .text--container .sub-text__heading {
  font-size: 22px;
  font-weight: 700;
  font-family: "FactorA", sans-serif;
}
.text-with-image--section .text--container .cta.outlined {
  --cta-text: var(--sand);
}
.text-with-image--section .text--container p {
  margin-bottom: 20px;
}
.text-with-image--section .image--container {
  width: 100%;
  max-width: 575px;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.text-with-image--section .image--container img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .text-with-image--section .image--container {
    height: 100%;
    position: relative;
    top: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .text-with-image--section .image--container img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.text-with-image--section.add_bottom_spacing {
  padding-bottom: 20%;
}
@media screen and (max-width: 768px) {
  .text-with-image--section {
    padding: 25px 0;
  }
  .text-with-image--section .image--container {
    display: none;
  }
  .text-with-image--section .text-with-image--wrapper {
    padding: 0 25px;
  }
  .text-with-image--section .text--container .heading {
    font-size: 28px;
  }
  .text-with-image--section .text--container .image--container {
    display: block;
  }
  .text-with-image--section .text--container .sub-text__container {
    flex-direction: column;
  }
  .text-with-image--section .text--container p {
    margin-bottom: 10px;
  }
}

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