.tripadvisor-strip-inner{
	background-color: #F5F7FB;
	padding: 22px 50px;

	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.tripadvisor-strip-image{
	height: 42px;
}

.tripadvisor-strip-image img,
.tripadvisor-strip-image picture{
	display: block;
	width: auto;
	height: 74%;
	object-fit: contain;
	object-position: center center;
}

.tripadvisor-strip-title{
	font-size: 24px;
	line-height: 1.1;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.tripadvisor-strip-image-wrap:not(:last-child){
		padding-right: 40px;
		margin-right: 40px;
		border-right: 1px solid rgba(0, 0, 0, 0.4);
	}
}

@media only screen and (max-width: 1140px) and (min-width: 768px){
	.tripadvisor-strip-image-wrap:not(:last-child){
		padding-right: 30px;
		margin-right: 30px;
	}
}

@media only screen and (max-width: 767px){
	.tripadvisor-strip-inner{
		background-color: #F5F7FB;
		padding: 25px;

		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
	}

	.tripadvisor-strip-image-wrap:not(:last-child){
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	}

	.tripadvisor-strip-image{
		height: 23px;
	}

	.tripadvisor-strip-image img{
		height: 100%;
	}
}

@media only screen and (max-width: 480px){
	.tripadvisor-strip-title{
		font-size: 5.3vw;
	}
}