.masthead--innerpage__text h1 ,section h2 , section h3, section p:not(.wysiwyg p), section li:not(.wysiwyg li), section h4:not(.wysiwyg h4) ,
.sub-heading{
	opacity: 0;
	transform: translateY(-50px);
}

.quotation-content__quote {
	opacity: 0;
	transform: translateX(50px);
	scale: 0.95;
}

.text-card-item {
	opacity: 0;
	transform: translateX(-50px);
}
.text-card-item {
	opacity: 0;
	transform: translateX(-50px);
	scale: 0.85;
}
.testimonial-form__flex__left ,
.testimonial-form__flex__right{
	opacity: 0;
	transform: translateX(-100px);
}
.testimonial-form__flex__right{
	transform: translateX(100px);
}

.icons-card-item{
	opacity: 0 ;	
	scale: 0.8;
	transform: translateY(-100px);
}
.card-item{
	opacity: 0;
	transform: translateX(-100px);
}
.image-card-item{
	opacity: 0;
	transform: translateY(50px);
}
.image-text__img{
	opacity: 0;
	transform: translateX(-50px);
}
.image-text--left .image-text__img{
	opacity: 0;
	transform: translateX(50px);
}

.wysiwyg p, .wysiwyg li, .wysiwyg h4{
	opacity: 0;
	transform: translateY(50px);
}

.block-testimonial_archive .content-quote p {
	opacity: 1;
	transform: none;
}

.text-cards {
	.text-card p,
	.text-card__title {
		opacity: 1;
		transform: none;
	}

	.text-cards__heading > * {
		opacity: 1;
		transform: none;
	}
}