/** Image Text **/
.tsu-image-text {
	padding-top: 6%;
	padding-bottom: 6%;
	max-width: none !important;
}
.tsu-image-text:nth-child(2n+1) {
	background: var(--global--color-dark-white);
	margin-left: -9.5%;
	margin-right: -9.5%;
	padding-left: 9.5%;
	padding-right: 9.5%;
}
.tsu-image-text:nth-child(2n) > .row {
	flex-direction: row-reverse;
}
.tsu-image-text img {
	max-width: 100%;
	padding: 6%;
}
/*.tsu-image-text h2 + p {
	font-size: 28px;
	font-size: clamp(2.2rem, 1.8752rem + 0.9vw, 2.8rem); (22px, 360px - 1020px, 28px)
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 28.8px;
}*/
