
	div.slide{
		width: 100%;
	
		padding: 35px 0 0;
		text-align: center;
	}

		.slide.quote{
		width: 80%;
		margin: 0 auto;
		font-size: clamp(1.6rem, 2.4vw, 1.8rem);
		color: #fff;
		font-style: italic;
	}

	.slide .quote-author{
		width: 80%;
		margin: 10px auto 0;
		margin-bottom: 40px;
		font-size: 1rem;
	}

	.owl-carousel{
		background: #331c54;
	}

	.owl-dots{
		padding-bottom: 15px;
	}

	.hero-button{
		padding: 10px 20px;
		background: #f78e20;
		font-size: 1.2rem;
		color: #111;
		border-radius: 8px;
	}
	.owl-carousel .slide{ 
  animation-duration: 2500ms;
  animation-fill-mode: both; 
}

.hero-quote-author{
	color: #fff;

}

