.side-reso>li.reviews::before{position: absolute; left: -20px; width: 12px; height: 2px; top: 50%; margin-top: -2px; content: ''; background: var(--commonColor);}
.side-reso>li.reviews a{color: var(--commonColor); text-decoration: underline;}

/* .c_right_box{font-family: 'Montserrat-Light';} */

/* reviews_ul */
.review_item{background: rgba(var(--comColorRgb), 0.06); padding: 4% 3.5%;}
.review_item:nth-child(n+2){margin-top: 3.2%;}
.review_item .title{font-family: 'Poppins-Bold'; line-height: 1.75; margin-top: 20px;}
.review_item .brief{line-height: 1.75;}

.review_item:hover{background: var(--commonColor);}
.review_item:hover .title{color: #fff;}
.review_item:hover .brief{color: #fff;}


@media only screen and (max-width: 980px) {
	.review_item{padding: 24px 20px;}
    .review_item:nth-child(n+2){margin-top: 20px;}
    .review_item .title{line-height: 1.5;}
}

















