/* Add here all your CSS customizations */


@media (max-width: 765px) {
	.testimonial.testimonial-with-quotes blockquote p {
	    padding: 0 40px;
	    font-size: 1.7em !important;
	}

	.word-rotator.slide .word-rotator-words {
		transform: scale(0.8);
    	transform-origin: left;
	}
}

