@charset "UTF-8";
/* CSS Document */

.bg_block_2 {
	position: relative;
	overflow: hidden;
}

.bg_block_2:before {
    content: '';
    width: 100%;
    height: calc(100%);
    display: block;
    position: absolute;
    border-radius: 0 0 0 80px;	
    background-color: #5792B1;
    top: 0;
    /*left: 30vw;*/
}

.bg_block_2 .maxw {
	position: relative;
	z-index: 10;
}


.reviews > div {
	display: flex;
}

.reviews .row > div {
	padding: 6px 12px;
}

.reviews .wp-block-group {
	background-color: #FFF;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);	
	margin-bottom: 15px;
	height: 100%;
}

.reviews h2 {
	color: #FFF;
}

.reviews h2 strong {
	color: var(--orange);
	font-weight: 600;
}

.reviews h3 {
	color: var(--green);
}

/* === Ratings === */

.star-ratings {
  unicode-bidi: bidi-override;
  color: #ccc;
  font-size: 25px;
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  font-family: system-ui, sans-serif;  
}
.star-ratings .fill-ratings {
  color: #e7711b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}

.star-ratings p {
	font-size: 14px;
	color: #333;
	margin-top: 12px;
	text-align: center;
}

@media(min-width: 768px) {


	.bg_block_2:before {
		left: 20vw;
	}

}

@media(min-width: 992px) {

	.bg_block_2:before {
		left: 30vw;
	}


}
