.swiper {
	width: 100%;
	height: 40vh;
	min-height:250px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	color:#7D86A9;
	background: none;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:25px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide .title{
	font-size:18px;
	margin:5px auto;
	font-weight:500;
}
.swiper-slide .description{
	font-size:12px;
	margin:5px auto;
	padding
	font-weight:300;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-next{
	right:15px;
	left:auto;
	height: 10px;
}
.swiper-button-prev {
    display: none;
}
.swiper-button-next {
    display: none;
}
