body {
	font-family: open sans, sans-serif !important;
}

h1.title.is-4 {
	font-family: open sans, sans-serif !important;
	font-size: 48px;
	line-height: 1.2em;
	letter-spacing: 0.01px;
	font-weight: 700;
}

h3,
h4 {
	font-family: open sans, sans-serif !important;
}

p,
li,
.testimonial-quote blockquote .bold-testimonial {
	font-family: open sans, sans-serif !important;
	font-size: 21px;
	line-height: 1.8em;
	letter-spacing: 0;
}

.testimonial-quote blockquote {
	font-family: open sans, sans-serif !important;
}

.media-content p {
	font-size: 14px !important;
	line-height: 21px !important;
}

@media (max-width: 768px) {
	h1.title.is-4 {
		font-size: 28px;
	}

	p,
	li,
	.testimonial-quote blockquote .bold-testimonial {
		font-size: 16px;
	}
}

img.img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

/* REVIEWS SLIDER */
.reviews-slider {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.reviews-slider .slick-dots {
	margin-left: 0;
	margin-top: 0;
}

.reviews-slider__header {
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
}

.reviews-slider__item {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	padding: 15px;
}

.reviews-slider__item img {
	max-height: 300px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.reviews-slider__item-title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}

.reviews-slider__item-text {
	margin-bottom: 15px;
	line-height: 1.4;
}

.reviews-slider__item-author {
	margin-bottom: 10px;
	font-style: italic;
}

.reviews-slider__item-stars {
	margin-bottom: 10px;
	color: gold;
}

/* .section {
	padding-top: 140px;
	margin-top: -100px;
} */

/* MEDIA  */

@media (max-width: 768px) {
	.reviews-slider__header {
		font-size: 30px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
}
