/** Image Text **/
.tsu-image-text {
	padding-top: 10%;
	padding-bottom: 10%;
}
.tsu-image-text + .tsu-image-text:nth-child(2n) {
	background: var(--global--color-light-gray-blue);
	margin-left: -9.5%;
	margin-right: -9.5%;
	padding-left: 9.5%;
	padding-right: 9.5%;
}
/*.tsu-image-text:nth-child(2n) > .container-fluid > .row,*/
.tsu-image-text.img-align-alt:nth-child(2n) > .row,
.tsu-image-text.img-align-left > .row {
	flex-direction: row-reverse;
}
.tsu-image-text img {
	max-width: 100%;
	padding: 0 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: 28px;
}
@media (max-width: 991px){
	.tsu-image-text img {
		padding: 6%;
	}
}
@media (max-width: 767px){
	.tsu-image-text {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.tsu-image-text img {
		padding: 6% 0;
	}
}

/* Arabic */
.rtl .tsu-image-text h2 + p {
	font-size: 40px;
	font-size: clamp(3.2rem, 2.768rem + 1.2vw, 4rem);
	line-height: 1.2;
}
