section#section-reviews {
    width: 100%;
    float:left;
    padding: 40px 0;
    background: #fff;
}

#section-reviews > .wrapper {
	padding:0;
}

#section-reviews .content {
	max-width: 100%;
	width: fit-content;
	margin: 0 auto;
	position: relative;
}

#section-reviews .content > .scroll-to {
	display:none;
	position:absolute;
	width: 50px;
	height: 100%;
	background-position: center;
	background-size: 35px, 100%;
	background-repeat: no-repeat, repeat;
	top:0;
	z-index: 1;
	cursor: pointer;
	transition: all 0.1s ease;
	filter: brightness(1);
}

#section-reviews .content > .scroll-to:hover{
	background-size: 40px, 100%;
}

#section-reviews .content > .scroll-to.left {
	left:0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='6 1.99 11.01 20.02'%3E%3Cpath fill='%23555' d='M16.707 20.293a1 1 0 1 1-1.414 1.414l-9-9a1 1 0 0 1 0-1.414l9-9a1 1 0 1 1 1.414 1.414L8.414 12Z'/%3E%3C/svg%3E"), linear-gradient(90deg, #fff, #fff6);
}

#section-reviews .content > .scroll-to.right {
	right:0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='6.99 1.99 11.01 20.02'%3E%3Cpath fill='%23555' d='m17.707 12.707-9 9a1 1 0 1 1-1.414-1.414L15.586 12 7.293 3.707a1 1 0 1 1 1.414-1.414l9 9a1 1 0 0 1 0 1.414Z'/%3E%3C/svg%3E"), linear-gradient(270deg, #fff, #fff6);
}

#section-reviews ul {
	display: flex;
	max-width: 100%;
	justify-content: start;
	align-items: start;
	box-sizing: border-box;
	overflow: hidden;
	overflow-x: scroll;
	padding: 20px calc((100% - (270px + (12px * 2))) / 2) 30px;
	position: relative;
	z-index: 0;
}

#section-reviews ul::-webkit-scrollbar {
	display: none;
}
  
#section-reviews ul {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#section-reviews ul li {
    float: left;
    width: 270px;
    max-width: 270px;
    flex-basis: 270px;
    min-width: 270px;
    flex-grow: 1;
    margin: 0 12px 20px;
    padding: 15px 0 23px;
    background: #fff;
    box-shadow: 0 10px 30px 0px #0000001f;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

#section-reviews ul li > .rating {
	display: inline-block;
	width: 125px;
	height: 25px;
	margin: 0 auto 5px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ddd' d='m20.934 12.13-3.114 2.992.735 4.221a1.824 1.824 0 0 1-.726 1.792 1.872 1.872 0 0 1-1.973.152L12 19.29l-3.856 2a1.869 1.869 0 0 1-1.973-.152 1.824 1.824 0 0 1-.726-1.792l.735-4.221-3.114-2.995a1.82 1.82 0 0 1-.477-1.881A1.845 1.845 0 0 1 4.1 8.986l4.309-.617 1.926-3.845a1.871 1.871 0 0 1 3.336 0l1.926 3.845 4.309.617a1.845 1.845 0 0 1 1.508 1.263 1.82 1.82 0 0 1-.48 1.881Z'/%3E%3C/svg%3E");
}

#section-reviews ul li > .rating > span {
	float:left;
	width:100%;
	height:100%;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f4db4b' d='m20.934 12.13-3.114 2.992.735 4.221a1.824 1.824 0 0 1-.726 1.792 1.872 1.872 0 0 1-1.973.152L12 19.29l-3.856 2a1.869 1.869 0 0 1-1.973-.152 1.824 1.824 0 0 1-.726-1.792l.735-4.221-3.114-2.995a1.82 1.82 0 0 1-.477-1.881A1.845 1.845 0 0 1 4.1 8.986l4.309-.617 1.926-3.845a1.871 1.871 0 0 1 3.336 0l1.926 3.845 4.309.617a1.845 1.845 0 0 1 1.508 1.263 1.82 1.82 0 0 1-.48 1.881Z'/%3E%3C/svg%3E");
}

#section-reviews ul li > p {
	float: none;
	width: auto;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 40px;
	margin: 0 auto;
	font-size: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='796 698 200 200'%3E%3Cpath fill='%23ddd' d='M885.208 749.739v-40.948C836.019 708.791 796 748.81 796 798v89.209h89.208V798h-48.26c0-26.61 21.65-48.261 48.26-48.261zm110.792 0v-40.948c-49.19 0-89.209 40.019-89.209 89.209v89.209H996V798h-48.26c0-26.61 21.65-48.261 48.26-48.261z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='796 698 200 200'%3E%3Cpath fill='%23ddd' d='M906.791 846.26v40.949C955.98 887.209 996 847.189 996 798v-89.208h-89.209V798h48.261c0 26.609-21.65 48.26-48.261 48.26zm-110.791 0v40.949c49.189 0 89.208-40.02 89.208-89.209v-89.208H796V798h48.26c0 26.609-21.648 48.26-48.26 48.26z'/%3E%3C/svg%3E");
	background-position: top left 15px, right 15px bottom;
	background-repeat: no-repeat;
	background-size: 16px;
}

#section-reviews ul li > .author {
	font-style: italic;
	padding-top: 5px;
	font-size: 13px;
	color: #444;
}

@media screen and (min-width: 600px)
{
	#section-reviews ul {
		padding: 20px 24px;
	}
}

@media screen and (min-width: 900px)
{
	#section-reviews ul li > p {
		font-size: 16px;
	}
	#section-reviews ul li > .author {
		font-size: 14px;
	}
	#section-reviews ul li {
		width: 330px;
		max-width: 330px;
		flex-basis: 330px;
		min-width: 330px;
	}
}