.pof-blocks.half-image-half-text-alternative {
  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-alternative .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pof-blocks.half-image-half-text-alternative .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .pof-blocks.half-image-half-text-alternative .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.pof-blocks.half-image-half-text-alternative .wrapper .background-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 1790px;
  z-index: 1;
  left: 0;
  right: 0;
  border-radius: 25px;
}
.pof-blocks.half-image-half-text-alternative .wrapper .background-image-container .image-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .pof-blocks.half-image-half-text-alternative .wrapper .background-image-container {
    left: 0;
    right: 0;
    width: 100%;
    position: relative;
  }
}
.pof-blocks.half-image-half-text-alternative .wrapper .background-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.pof-blocks.half-image-half-text-alternative .wrapper .text-container {
  position: relative;
  z-index: 3;
  padding: 30px;
  color: #FCFCFC;
}
@media (max-width: 767px) {
  .pof-blocks.half-image-half-text-alternative .wrapper .text-container {
    padding: 30px 20px;
  }
}
.pof-blocks.half-image-half-text-alternative .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-alternative .wrapper .text-container .heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #FCFCFC;
  line-height: 1.35em;
}
.pof-blocks.half-image-half-text-alternative .wrapper .text-container .body {
  margin-top: 0;
  margin-bottom: 0;
  color: #FCFCFC;
}
.pof-blocks.half-image-half-text-alternative.orientation-left .wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.pof-blocks.half-image-half-text-alternative.orientation-left .wrapper:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.pof-blocks.half-image-half-text-alternative.orientation-left .text-container .text-wrapper {
  margin-right: auto;
}
.pof-blocks.half-image-half-text-alternative.orientation-right .wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pof-blocks.half-image-half-text-alternative.orientation-right .wrapper:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), color-stop(57.82%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 57.82%, rgba(0, 0, 0, 0) 100%);
}
.pof-blocks.half-image-half-text-alternative.orientation-right .text-container .text-wrapper {
  margin-left: auto;
}

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