.pof-blocks.half-image-half-text {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  min-height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
}
.pof-blocks.half-image-half-text .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .pof-blocks.half-image-half-text .wrapper {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.pof-blocks.half-image-half-text .wrapper .background-image-container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pof-blocks.half-image-half-text .wrapper .background-image-container .image-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pof-blocks.half-image-half-text .wrapper .background-image-container {
    left: 0;
    right: 0;
    width: 100%;
    position: relative;
  }
}
.pof-blocks.half-image-half-text .wrapper .background-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pof-blocks.half-image-half-text .wrapper .text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 3;
  padding: 30px;
}
@media (max-width: 767px) {
  .pof-blocks.half-image-half-text .wrapper .text-container {
    padding: 30px 20px;
  }
}
.pof-blocks.half-image-half-text .wrapper .text-container .text-wrapper {
  max-width: 410px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.pof-blocks.half-image-half-text .wrapper .text-container .heading {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.35em;
  font-size: 24px;
  font-weight: 700;
}
.pof-blocks.half-image-half-text .wrapper .text-container .body {
  margin-top: 0;
  margin-bottom: 0;
}
.pof-blocks.half-image-half-text.orientation-left .wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.pof-blocks.half-image-half-text.orientation-left .text-container .text-wrapper {
  margin-right: auto;
}
.pof-blocks.half-image-half-text.orientation-right .wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pof-blocks.half-image-half-text.orientation-right .text-container .text-wrapper {
  margin-left: auto;
}

.pof-blocks.half-image-half-text + .pof-blocks.half-image-half-text {
  margin-top: 30px;
  margin-bottom: 30px;
}