/**
INFO: If this file is needed it can be included by adding the following line to styles.json
"/styles/sections/text-image-full-width.css",
*/
.wso-section-text-img-fullwidth {
	--content-bg-color: var(--color-4)
}
.wso-section-text-img-fullwidth.wso-text-img-flipped {
	--content-bg-color: var(--color-5)
}
.wso-section-text-img-fullwidth .wso-wrap:first-child {
	background-color: var(--content-bg-color);
	padding-block: 5%;
}