.slider-gallery {
	background-color: #70adb4;	
}

.slider-gallery__content-wrapper {
	padding: 32px;
}

.slider-gallery__content,
.slider-gallery__title {
	color: #fff !important;
	font-weight: 300 !important;
}

.slider-gallery__title {
	margin: 0 !important;
	text-transform: uppercase;
	font-size: 16px !important;
	line-height: 1 !important;
	font-family: ff-scala-sans-pro, Arial, Helvetica, sans-serif !important;
}

.slider-gallery__content {
	margin-top: 5px;
	font-size: 15px;
	line-height: 1.3;
}

.slider-gallery__content * {
	color: #fff;
}

.slider-gallery__content a {
	text-decoration: underline;
}

.slider-gallery__content a:hover,
.slider-gallery__content a:focus {
	text-decoration: none;
	color: #fff;
}


.slider-gallery .owl-carousel {
	position: relative;
}

.slider-gallery .owl-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1.2;
}

.slider-gallery .owl-carousel .owl-dots .owl-dot span {
	background-color: #ffffff;
	margin: 2px 4px;
}

.slider-gallery .owl-carousel .owl-dots .owl-dot.active span {
	background-color: #e0564e;
}