.hoppers-about-slider {
	width: 100%;
}

.about-slider-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 370px;
	color: #fff;
	background-position: center center;
	background-size: cover;
	padding-bottom: 50px;
}

.about-slider-block p {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.about-slide-icon {
	width: auto;
	height: 57px;
	margin-bottom: 30px;
}

.hoppers-about-slider .bx-controls {
    position: absolute;
    width: 100%;
    bottom: 100px;
}
.hoppers-about-slider .bx-pager.bx-default-pager {
    position: absolute;
	display: flex;
    justify-content: center;
}



.hoppers-about-slider .bx-pager.bx-default-pager a {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="21px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M24.000,10.500 L18.000,21.001 L6.000,21.001 L-0.000,10.500 L6.000,-0.001 L18.000,-0.001 L24.000,10.500 Z"/></svg>') no-repeat center center transparent !important;
	background-size: cover;
	width: 24px;
	height: 21px;
	margin: 0;
	border-radius: 0 !important;
	opacity: .6;
	transition: opacity .2s ease;
}
.hoppers-about-slider .bx-pager.bx-default-pager a.active {
	opacity: 1;
}
.hoppers-about-slider .bx-pager.bx-default-pager .bx-pager-item:nth-child(odd) {
	padding-top: 12px;
}
.hoppers-about-slider .bx-pager.bx-default-pager .bx-pager-item:nth-child(even) {
	padding-top: 0;
	margin: 0 -5px;
}
.hoppers-about-slider .bx-pager.bx-default-pager a.active,
.hoppers-about-slider .bx-pager.bx-default-pager a:hover {
	opacity: 1;
}
