/* Reviews */

.elementor-testimonial-wrapper {
	position: relative;
}

.elementor-testimonial-content {
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
	margin-bottom: 0px !important;
	transition: all 0.3s ease-out;
}

.see-more-button {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	color: #FF6633;
	font-family: 'Montserrat'
}

.see-more-button:hover {
	color: #645D57;
}

@media (min-width: 768px) {
	.elementor-testimonial-content {
		margin-bottom: 10px !important;
	}
}

@media (min-width: 1024px) {
	.elementor-testimonial-content {
		margin-bottom: 20px !important;
	}
}


