section.text-box-with-image {
  padding-top: 40px;
  padding-bottom: 100px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
section.text-box-with-image .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 105px;
  min-height: 300px;
}
@media (max-width: 767px) {
  section.text-box-with-image .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
section.text-box-with-image .wrapper .text-box-with-image--image {
  max-width: 520px;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  section.text-box-with-image .wrapper .text-box-with-image--image {
    height: 300px;
  }
}
section.text-box-with-image .wrapper .text-box-with-image--image:before {
  content: "";
  display: block;
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(0, 54, 137, 0.5);
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50px, 100px);
          transform: translate(50px, 100px);
  z-index: 10;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  section.text-box-with-image .wrapper .text-box-with-image--image:before {
    display: none;
  }
}
section.text-box-with-image .wrapper .text-box-with-image--image .text-box-with-image--image_container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45vw;
  border-radius: 0 500px 500px 0;
}
@media (max-width: 767px) {
  section.text-box-with-image .wrapper .text-box-with-image--image .text-box-with-image--image_container {
    border-radius: 0 20px 20px 0;
    width: 100vw;
  }
}
section.text-box-with-image .wrapper .text-box-with-image--image .text-box-with-image--image_container {
  z-index: 1;
}
section.text-box-with-image .wrapper .text-box-with-image--image .text-box-with-image--image_container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 500px 500px 0;
}
@media (max-width: 767px) {
  section.text-box-with-image .wrapper .text-box-with-image--image .text-box-with-image--image_container img {
    border-radius: 0 20px 20px 0;
  }
}
section.text-box-with-image .wrapper .text-box-with-image--content {
  max-width: 660px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  section.text-box-with-image .wrapper .text-box-with-image--content {
    margin-top: 0;
  }
}
section.text-box-with-image .wrapper .text-box-with-image--content .heading-container {
  position: relative;
  margin-bottom: 20px;
}
section.text-box-with-image .wrapper .text-box-with-image--content .heading-container .dot-element {
  position: absolute;
  left: -40px;
  top: 14px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
section.text-box-with-image.image-orientation-right .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  section.text-box-with-image.image-orientation-right .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.text-box-with-image.image-orientation-right .text-box-with-image--image:before {
  right: auto;
  left: 0;
  -webkit-transform: translate(-50px, 100px);
          transform: translate(-50px, 100px);
}
@media (max-width: 767px) {
  section.text-box-with-image.image-orientation-right .text-box-with-image--image:before {
    -webkit-transform: translate(-30px, 50px);
            transform: translate(-30px, 50px);
  }
}
section.text-box-with-image.image-orientation-right .text-box-with-image--image .text-box-with-image--image_container {
  right: auto;
  left: 0;
  border-radius: 500px 0 0 500px;
}
@media (max-width: 767px) {
  section.text-box-with-image.image-orientation-right .text-box-with-image--image .text-box-with-image--image_container {
    border-radius: 20px 0 0 20px;
  }
}
section.text-box-with-image.image-orientation-right .text-box-with-image--image .text-box-with-image--image_container img {
  border-radius: 500px 0 0 500px;
}
@media (max-width: 767px) {
  section.text-box-with-image.image-orientation-right .text-box-with-image--image .text-box-with-image--image_container img {
    border-radius: 20px 0 0 20px;
  }
}