.segment-videos p.title a,
.segment-reviews p.title a {
	font-size: 32px;
	color: inherit;
}
.segment-reviews p.summary a {
	font-size: 22px;
	line-height: 24px;
	color: inherit;
}
.segment-reviews p.stars a {
	font-size: 2.5rem;
}
.segment-reviews img {
    object-position: center;
    object-fit: cover;
    width: 150px;
    height: 175px;
}
.segment-videos .video a:hover {
	text-decoration: none;
	color: inherit;
}
.segment-videos .image > div {
	background-size: cover;
	background-position: center;
}
.segment-feefo-award {
	display: flex;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50px 170px 30px 170px;
	background-color: #d1d1d1;
}
.segment-feefo-award .segment-text {
	display: flex;
	flex-direction: column;
	margin-right: auto;
	width: 60%;
}
.segment-feefo-award h2 {
	color: #525252;
	font-size: 4rem;
	font-weight: 700;
	line-height: 4.2rem;
}
.segment-feefo-award .year {
	color: #9e9e9e;
	font-size: 2rem;
	font-weight: 500;
}
.segment-feefo-award p {
	color: #787878;
	font-size: 1.3rem;
	line-height: 1.4rem;
	letter-spacing: 0.01em;
	font-weight: 700;
	margin: 40px 0 20px 0;
}
.segment-feefo-award .hashtag {
	color: #ababab;
	font-size: 1.8rem;
	font-weight: 500;
}
.segment-feefo-award .feefo-service-image-1 {
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 55%;
}
.segment-feefo-award .feefo-service-image-2 {
	display: flex;
	height: 160px;
	position: absolute;
	top: 50px;
	right: 170px;
	background-color: #525252;
	border-radius: 10px;
	overflow: hidden;
}
.segment-feefo-award .feefo-logo {
	display: flex;
	height: 50px;
	position: absolute;
	bottom: 50px;
	right: 170px;
	overflow: hidden;
}
.partial-faqs h6 {
	padding: 10px 0;
	cursor: pointer;
}
.partial-basic a:hover {
	text-decoration: none;
}
.partial-menu li a:hover {
	text-decoration: none;
	background: #f7f7f9;
}
.partial-filters a.filter-link:hover {
	background: #f7f7f9;
}
.partial-filters a.filter-link * {
	cursor: pointer;
}
.partial-filters .offcanvas {
	height: 85vh;
}
.partial-filters .offcanvas-header {
	box-shadow: 0 3px 2px rgba(0, 0, 0, .15);
}
.partial-filters .offcanvas-body {
	padding-left: 0;
	padding-right: 0;
}
.partial-reviews h6:hover {
	cursor: pointer;
}
.partial-downloads .image {
	height: 245px;
	line-height: 245px;
	text-align: center;
}
.partial-downloads .image a img:hover {
	opacity: 0.5;
}
.partial-downloads .text {
	text-align: center;
	margin-top: 15px;
	line-height: 1.25rem;
	height: 3.75rem;
}
.partial-downloads .text div {
	overflow: hidden;
	width: 100%;
	max-height: 100%;
}
.partial-downloads .text a {
	color: inherit;
}
.partial-downloads .meta p {
	text-align: center;
}

@media (min-width: 768px) {
	.segment-reviews p.stars a {
		font-size: 3.5rem;
	}
}
@media (min-width: 1000px) and (max-width: 1250px) {
	.segment-feefo-award {
		padding: 50px 80px 30px 80px;
	}
	.segment-feefo-award h2 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
	.segment-feefo-award .year {
		font-size: 1.2rem;
	}
	.segment-feefo-award p {
		font-size: 1rem;
		margin: 20px 0 10px 0;
	}
	.segment-feefo-award .hashtag {
		font-size: 1.1rem;
	}
	.segment-feefo-award .feefo-service-image-1 {
		left: 50%;
	}
	.segment-feefo-award .feefo-service-image-2 {
		height: 120px;
		right: 80px;
	}
	.segment-feefo-award .feefo-logo {
		height: 40px;
		right: 80px;
	}
}
@media (max-width: 999px) {
	.segment-feefo-award {
		flex-direction: column;
		padding: 30px 20px;
	}
	.segment-feefo-award .segment-text {
		width: 80%;
		margin-right: 0;
	}
	.segment-feefo-award h2 {
		font-size: 1.9rem;
		line-height: 2.5rem;
	}
	.segment-feefo-award .year {
		font-size: 1rem;
	}
	.segment-feefo-award p {
		font-size: .9rem;
		line-height: 1.2rem;
		margin: 20px 0 10px 0;
	}
	.segment-feefo-award .hashtag {
		font-size: 1rem;
	}
	.segment-feefo-award .feefo-service-image-1 {
		display: none;
	}
	.segment-feefo-award .feefo-service-image-2 {
		height: 80px;
		right: 20px;
		top: 30px;
	}
	.segment-feefo-award .feefo-logo {
		height: 20px;
		right: 20px;
		bottom: 30px;
	}
}