.acf-fc-text-next-to-image {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
}
.acf-fc-text-next-to-image.acf-fc-row[class*="acf-fc-row-style-color"]:not([class*="acf-fc-row-full-width-columns-"]) {
  padding-top: 0;
  padding-bottom: 0;
}
.acf-fc-text-next-to-image.height-xsmall .image-container {
  min-height: 200px;
}
.acf-fc-text-next-to-image.height-small .image-container {
  min-height: 300px;
}
.acf-fc-text-next-to-image.height-default .image-container {
  min-height: 400px;
}
.acf-fc-text-next-to-image.height-large .image-container {
  min-height: 500px;
}
.acf-fc-text-next-to-image.height-xlarge .image-container {
  min-height: 600px;
}
.acf-fc-text-next-to-image.position-left-image {
  flex-direction: row;
}
.acf-fc-text-next-to-image.position-left-text {
  flex-direction: row-reverse;
}
.acf-fc-text-next-to-image.position-left-text .text-container .text-content {
  text-align: right;
  margin-left: auto;
}
.acf-fc-text-next-to-image .image-container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
  width: 50%;
  margin: 0;
  overflow: hidden;
}
.acf-fc-text-next-to-image .image-container img {
  position: absolute;
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.acf-fc-text-next-to-image > .text-container {
  margin: auto 0 auto 0;
  width: 50%;
}
.acf-fc-text-next-to-image > .text-container .text-content {
  margin: 0;
  padding: 30px;
}
.acf-fc-text-next-to-image > .text-container .text-content > :first-child {
  margin-top: 0;
}
.acf-fc-text-next-to-image > .text-container .text-content > :last-child {
  margin-bottom: 0;
}
@media (min-width: 921px) {
  .acf-fc-text-next-to-image.distribution-same.acf-row-full-width.distribution-same .text-container .text-content {
    max-width: calc(1200px / 2 - 30px);
  }
  .acf-fc-text-next-to-image.distribution-same > .image-container {
    width: 50%;
    max-width: unset;
  }
  .acf-fc-text-next-to-image.distribution-same > .text-container {
    width: 50%;
    max-width: unset;
  }
  .acf-fc-text-next-to-image.distribution-image-two-third .image-container,
  .acf-fc-text-next-to-image.distribution-image-two-third .text-container {
    max-width: unset;
    width: unset;
  }
  .acf-fc-text-next-to-image.distribution-image-two-third > .image-container {
    width: 66.7%;
  }
  .acf-fc-text-next-to-image.distribution-image-two-third > .text-container {
    width: 33.3%;
  }
  .acf-fc-text-next-to-image.distribution-image-two-third.acf-row-full-width {
    justify-content: unset;
  }
  .acf-fc-text-next-to-image.distribution-image-two-third.acf-row-full-width > .text-container {
    width: calc((50vw + 1200px / 2) / 3);
  }
  .acf-fc-text-next-to-image.distribution-image-two-third.acf-row-full-width > .image-container {
    width: calc((100vw + 1200px) / 3);
  }
  .acf-fc-text-next-to-image.distribution-text-two-third .image-container,
  .acf-fc-text-next-to-image.distribution-text-two-third .text-container {
    max-width: unset;
    width: unset;
  }
  .acf-fc-text-next-to-image.distribution-text-two-third > .text-container {
    width: 66.7%;
  }
  .acf-fc-text-next-to-image.distribution-text-two-third > .image-container {
    width: 33.3%;
  }
  .acf-fc-text-next-to-image.distribution-text-two-third.acf-row-full-width {
    justify-content: unset;
  }
  .acf-fc-text-next-to-image.distribution-text-two-third.acf-row-full-width > .image-container {
    width: calc((50vw + 1200px / 2) / 3);
  }
  .acf-fc-text-next-to-image.distribution-text-two-third.acf-row-full-width > .text-container {
    width: calc((100vw + 1200px) / 3);
  }
  .acf-fc-text-next-to-image.distribution-text-two-third.acf-row-full-width > .text-container .text-content {
    max-width: unset;
  }
}
@media (min-width: 921px) and (min-width: 1200px) {
  .acf-fc-text-next-to-image.distribution-image-two-third.acf-row-full-width.position-left-text > .text-container {
    margin-left: calc((100vw - 1200px) / 2);
  }
  .acf-fc-text-next-to-image.distribution-image-two-third.acf-row-full-width:not(.position-left-text) > .text-container {
    margin-right: calc((100vw - 1200px) / 2);
  }
}
@media (min-width: 921px) and (min-width: 2560px) {
  .acf-fc-text-next-to-image.distribution-image-two-third.acf-row-full-width > .text-container {
    width: calc((2560px / 2 + 1200px / 2) / 3);
  }
  .acf-fc-text-next-to-image.distribution-image-two-third.acf-row-full-width > .image-container {
    width: calc((2560px + 1200px) / 3);
  }
  .acf-fc-text-next-to-image.distribution-image-two-third.acf-row-full-width.position-left-text > .text-container {
    margin-left: calc((2560px - 1200px) / 2);
  }
  .acf-fc-text-next-to-image.distribution-image-two-third.acf-row-full-width:not(.position-left-text) > .text-container {
    margin-right: calc((2560px - 1200px) / 2);
  }
}
@media (min-width: 921px) and (min-width: 2560px) {
  .acf-fc-text-next-to-image.distribution-text-two-third.acf-row-full-width > .image-container {
    width: calc((2560px / 2 + 1200px / 2) / 3);
  }
  .acf-fc-text-next-to-image.distribution-text-two-third.acf-row-full-width > .text-container {
    width: calc((2560px + 1200px) / 3);
  }
  .acf-fc-text-next-to-image.distribution-text-two-third.acf-row-full-width.position-left-text > .text-container {
    margin-left: calc((2560px - 1200px) / 2);
  }
  .acf-fc-text-next-to-image.distribution-text-two-third.acf-row-full-width:not(.position-left-text) > .text-container {
    margin-right: calc((2560px - 1200px) / 2);
  }
}
.acf-fc-text-next-to-image.valign-top .text-container {
  margin: 0 0 auto 0;
}
.acf-fc-text-next-to-image.valign-bottom .text-container {
  margin: auto 0 0 0;
}
.acf-fc-text-next-to-image.acf-fc-row-style-nobg .text-container .text-content {
  margin-top: 0;
  margin-bottom: 0;
}
.acf-fc-text-next-to-image.acf-row-full-width.position-left-text .text-container .text-content,
.acf-fc-text-next-to-image.acf-fc-row-style-nobg.position-left-text .text-container .text-content {
  margin-left: auto;
}
.acf-fc-text-next-to-image.acf-row-full-width.position-left-image .text-container .text-content,
.acf-fc-text-next-to-image.acf-fc-row-style-nobg.position-left-image .text-container .text-content {
  margin-right: 0;
}
@media (min-width: 921px) and (max-width: calc(2560px + 30px)) {
  .acf-fc-text-next-to-image.acf-row-full-width.position-left-text .text-container .text-content,
  .acf-fc-text-next-to-image.acf-fc-row-style-nobg.position-left-text .text-container .text-content {
    padding-left: 15px;
  }
  .acf-fc-text-next-to-image.acf-row-full-width.position-left-image .text-container .text-content,
  .acf-fc-text-next-to-image.acf-fc-row-style-nobg.position-left-image .text-container .text-content {
    padding-right: 15px;
  }
}
@media (max-width: 920px) {
  .acf-fc-text-next-to-image {
    flex-direction: column;
  }
  .acf-fc-text-next-to-image.position-left-image,
  .acf-fc-text-next-to-image.position-left-text {
    flex-direction: column;
  }
  .acf-fc-text-next-to-image.position-left-image .image-container,
  .acf-fc-text-next-to-image.position-left-text .image-container {
    width: 100%;
    max-width: 100%;
  }
  .acf-fc-text-next-to-image.position-left-image .text-container,
  .acf-fc-text-next-to-image.position-left-text .text-container {
    width: 100%;
    max-width: 100%;
  }
  .acf-fc-text-next-to-image.position-left-image .text-container .text-content,
  .acf-fc-text-next-to-image.position-left-text .text-container .text-content {
    text-align: left;
  }
  .acf-fc-text-next-to-image.height-xsmall .image-container {
    min-height: 150px;
  }
  .acf-fc-text-next-to-image.height-small .image-container {
    min-height: 175px;
  }
  .acf-fc-text-next-to-image.height-default .image-container {
    min-height: 225px;
  }
  .acf-fc-text-next-to-image.height-large .image-container {
    min-height: 275px;
  }
  .acf-fc-text-next-to-image.height-xlarge .image-container {
    min-height: 325px;
  }
  .acf-fc-text-next-to-image.position-top-image {
    flex-direction: column;
  }
  .acf-fc-text-next-to-image.position-top-text {
    flex-direction: column-reverse;
  }
  .acf-fc-text-next-to-image.position-top-noimage .image-container {
    display: none;
  }
  .acf-fc-text-next-to-image .text-container {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
  .acf-fc-text-next-to-image .text-container .text-content {
    margin: 0 !important;
    padding: 20px !important;
  }
}
