.product-two-column-image-text-layout .d-flex-row{
  display:flex;
  flex-wrap:wrap;
}
.product-two-column-image-text-layout .d-flex-row .flex--col-item{
  flex:0 0 calc(100%/2);
}
.product-two-column-image-text-layout .d-flex-row .text-column{
  text-align:right;
  width:300px;
}
.product-two-column-image-text-layout .d-flex-row .featured-image{
  width:450px;
  margin:0 auto;
  max-width:100%:
}
.product-two-column-image-text-layout .d-flex-row .text-column h3,
.product-two-column-image-text-layout .d-flex-row .text-column h4,
.product-two-column-image-text-layout .d-flex-row .text-column h6{
  margin-bottom:0;
  margin-top:0;
}
.product-two-column-image-text-layout .d-flex-row .text-column h4{
  font-size:20px;
}
@media (min-width: 1200px) {
  .product-two-column-image-text-layout .d-flex-row .text-column h3 {
    font-size: 4rem;
  }
}

@media (max-width: 960px) {
  .product-two-column-image-text-layout .image__flex-column{
    margin-top:40px;
  }
}