html {
	scroll-behavior: smooth;
}

p {
	font-size: 1.1em;
}

.colored {
	background: linear-gradient(135deg,#FF39A7 0,#E265AF 16%,#9F5DE6 33%,#655BE2 50%,#9F5DE6 67%,#E265AF 84%,#FF39A7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote p {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 1em;
}

.section.section.section-height-20 {
	padding: 20rem 0;
}

.our-blog img {
	height: auto;
}