.section-block.reviews-block{
	padding: 80px 0;
}

.section-block.reviews-block .block-title{
	font-family: var(--secondary_font);
	font-weight: 400;
	margin-bottom: 40px;
	text-align: center;
}

.section-block.reviews-block .wpbr-wrap .swiper-pagination-bullet-active{
	background: var(--secondary_color);
}

.section-block.reviews-block .wpbr-review__omission{
	color: var(--secondary_color);
	font-size: 0;
	display: inline-block;
	font-weight: 600;
	font-family: var(--primary_font);
	text-decoration: none;
}

.section-block.reviews-block .wpbr-review__omission:hover{
	color: var(--primary_color);
}

.section-block.reviews-block .wpbr-review__omission:before{
	content: 'Keep Reading';
	font-size: 1rem;
}

.section-block.reviews-block .wpbr-review__omission:after{
	content: '';
	width: 16px;
	min-width: 16px;
	height: 16px;
	background: url('../../images/button-arrow-default.svg') no-repeat;
	background-size: contain;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	top: 3px;
}