/*Review HIGHLIGHTS*/
.review-wrapper{
	background-color:#fff;
	
	margin: 30px 0;
	font-weight:500;
	border-radius:6px;
	-webkit-border-radius:6px;
}

.review-wrapper.row{
	padding:10px 0;
}

.review-rental{
	position:relative;
	text-align:center;
}

.review-rental img{
	vertical-align: middle;
}

.review-rental .rental-tag{
	position:absolute;
	top: 50%;   
	left: 50%;  
	transform: translate(-50%, -50%);
}

.review-rate{
	display:flex;
	gap:2px;
}

.icon-star{
	width:26px;
	height:26px;
	background:url('../../assets/images/icon-star.svg') no-repeat center center;
}
@media only screen and (max-width: 768px) {

	.rental-highlights h3{
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}

	.rental-tag{
		padding-left:0;
		background:none;
	}
}