.section--image-with-text .featured-content--image .placeholder--root[data-display-type=large] { --image--height: 683px; }
.section--image-with-text .stacked-text--wrapper[data-text-width=large] { max-width: 686px;}
.section--image-with-text .stacked-text--wrapper{--spacing--item:24px;}
.section--image-with-text .stacked-text--wrapper .stacked-text--description[data-item=paragraph]{ --font--paragraph--spacing:.24px; }
.section--image-with-text .stacked-text--wrapper .stacked-text--description p + p { margin-top: 24px; }

@media only screen and (min-width: 768px) {
    .section--image-with-text .stacked-text--root:not([data-y-alignment=none]) .stacked-text--wrapper {padding: 30px 60px;}
}

@media only screen and (max-width: 767px) {
    .section--image-with-text .stacked-text--wrapper{--spacing--item:18px;}
    .section--image-with-text .stacked-text--wrapper .stacked-text--description p + p { margin-top:18px; }
}