
.f_reviews_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	margin-bottom: 150px;
}


.f_reviews_blockPreTitle {
	font-size: 14px;
	letter-spacing: 4px;
	line-height: 28px;
	color: #7aa8db;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif !important;
}

.f_reviews_blockTitle {
	font-size: 43px;
	letter-spacing: -1px;
	line-height: 64px;
	color: #090b21;
	font-weight: 400;
	font-family: 'Lora';
	margin-bottom: 10px;
}


.f_reviews_sliderElement {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 35px;
	align-items: center;
	height: 450px;
	margin-top: 75px;
}

.f_reviews_sliderImageElement {
	background-size: cover;
	width: 613px;
	height: 477px;
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/freehold/shared/reviews/testimonials.jpg");
}

.f_reviews_sliderContentElement {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.f_reviews_sliderContentElement span {
	color: #787878;
	font-weight: bold;
}

.f_reviews_sliderContentElement p {
	color: #787878;
	font-style: italic;
	line-height: 30px;
	text-align: center;
}

.f_reviews_sliderContentElement strong {
	font-weight: bold;
	text-align: center;
}


.f_reviews_starsBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}

.f_reviews_starsBox svg {
	width: 20px;
	height: 20px;
	margin-right: 13px;
	margin-bottom: 15px;
}

.f_reviews_signature {
	background-size: cover;
	width: 181px;
	height: 81px;
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/freehold/shared/reviews/signature.jpg");
	margin-bottom: 0;
	margin-top: 5px;
}
