/**
 * Review Section
 *
 * Generated by Dreamz Page Builder on 2026-08-12.
 */

.review-section .content-block{
	margin: 0 auto;
	text-align: center;
}
.review-section .subtitle{
	color: var(--blue);
	margin-bottom: 25px;
}
.review-section .review-stars{
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-bottom: 24px;
}
.review-section .review-stars .star {
    color: var(--blue);
    font-size: 43px;
    line-height: 38px;
}
.review-section h2{
	margin-bottom: 22px;
}
.review-section .review-author {
    color: var(--blue);
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: inherit;
    line-height: 24px;
}
@media only screen and (min-width: 1200px) {
	.review-section h2{
		font-size: 92px;
	}
}
@media only screen and (max-width: 767px) {
	.review-section .review-stars .star{
		font-size: 30px;
		line-height: 30px;
	}
}