/*rgba(245, 130, 32, 0.05)*/
.content-wrapper.constructor-text-image .content .content-inner {
  color: #4A4A4A;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 24.6em;
  padding-top: 0;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.45;
  position: relative;
}
.content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.three-col-img-description .content-side {
  row-gap: 1.5em;
}
.content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.three-col-img-description .desc-img-columns {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
  width: 100%;
}
.content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.three-col-img-description .desc-img-columns .column {
  display: flex;
  flex-direction: column;
  width: 33.3%;
}
.content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.three-col-img-description .desc-img-columns .column .col-title {
  width: 100%;
  font-size: 1em;
  margin-bottom: 0.4em;
}
.content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.three-col-img-description .desc-img-columns .column .col-description {
  font-size: 1em;
}
.content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.three-col-img-description .desc-img-columns .column .col-image {
  width: 100%;
  height: 10.1em;
  overflow: hidden;
  margin-top: 0.7em;
}
.content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.three-col-img-description .desc-img-columns .column .col-image .image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.three-col-img-description .desc-img-columns .column .col-description-after {
  margin-top: 0.7em;
}
.content-wrapper.constructor-text-image .content .content-inner .content-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 28.9em;
  height: 100%;
  row-gap: 1.6em;
}
.content-wrapper.constructor-text-image .content .content-inner .content-side .title {
  margin: 0;
  color: #F58220;
}
.content-wrapper.constructor-text-image .content .content-inner .content-side .subtitle {
  margin: 0;
  color: #F58220;
}
.content-wrapper.constructor-text-image .content .content-inner .content-side .description {
  display: block;
  margin: 0;
  color: #4A4A4A;
  font-size: 1em;
}
.content-wrapper.constructor-text-image .content .content-inner .content-side .description p {
  padding-bottom: 0.4em;
}
.content-wrapper.constructor-text-image .content .content-inner .side-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33em;
  height: 25.6em;
  overflow: hidden;
}
.content-wrapper.constructor-text-image .content .content-inner .side-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.content-wrapper.constructor-text-image .content .content-inner .side-image.image-three-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 0.9em;
}
.content-wrapper.constructor-text-image .content .content-inner .side-image.image-three-right .image-col-wrapper-one, .content-wrapper.constructor-text-image .content .content-inner .side-image.image-three-right .image-col-wrapper-two {
  width: 50%;
}
.content-wrapper.constructor-text-image .content .content-inner .side-image.image-three-right .image-col-wrapper-one {
  display: flex;
  height: 100%;
}
.content-wrapper.constructor-text-image .content .content-inner .side-image.image-three-right .image-col-wrapper-two {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0.9em;
}
.content-wrapper.constructor-text-image .content .content-inner .side-image.image-three-right .image-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.content-wrapper.constructor-text-image .content .content-inner .side-image.image-three-right .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper.constructor-text-image .content .content-inner .side-image.image-bottom-full, .content-wrapper.constructor-text-image .content .content-inner .side-image.image-bottom-medium {
  width: 100%;
  height: 100%;
  flex: 1;
}
.content-wrapper.constructor-text-image .content .content-inner .side-image.image-bottom-medium img {
  width: auto;
  height: 6.3em;
  object-fit: initial;
}
.content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.image-bottom-full .content-side, .content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.image-bottom-medium .content-side, .content-wrapper.constructor-text-image .content .content-inner .content-inner-wrapper.three-col-img-description .content-side {
  width: 100%;
}

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