.section-8 .partner-logo {
	position: relative;
}

.section-8 .partner-logo:before {
	content: "";
	display: block;
	padding-bottom: 50%;
}

.section-8 .partner-logo img {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	max-width: 100%;
	max-height: 100%;
}

.section-8 #partner-slider {
	position: relative;
	padding: 0 80px;
	clear: both;
}

.section-8 .nav {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	background-size: 20px auto !important;
	cursor: pointer;
	opacity: 0.2;

	transition: opacity 0.4s;
}

.section-8 .nav:hover {
	opacity: 1;
}

.section-8 .nav.left {
	left: 0;
	background: url("../img/angle_left.png") left center no-repeat;
}

.section-8 .nav.right {
	right: 0;
	background: url("../img/angle_right.png") right center no-repeat;
}

.section-8 .description {
	padding-top: 42px;
}
.section-8 .slick-slide:focus {
	outline: none;
}

.section-8 .description ul {
	text-align: left;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.section-8 .description li[style="text-align: center;"]::marker {
	display: none;
}

.section-8 .description li[style="text-align: center;"] {
	position: relative;
	padding-left: 18px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.section-8 .description li[style="text-align: center;"]::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	font-size: 5px;
	border-radius: 10px;
	background: #000;
	position: absolute;
	top: 9.5px;
	left: 3px;
}

@media (max-width: 767px) {
	.section-8 .slick-slide {
		margin: 20px 0;
		background-size: contain !important;
	}
	.section-8 .slick-list {
		margin: -20px 0;
	}
	.section-8 .partner-logo:before {
		padding-bottom: 30%;
	}
	.section-8 .slick-dots {
		display: flex;
		justify-content: center;
		list-style: none;
	}
}
