.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}
.swiper-slide .subtitle {
    font-size: 21px;
}
.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
/* .swiper-container {
	height: 400px;
} */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
	background-image: none;
	position: absolute;
	top: 10%;
	right: 0;
	margin: 0;
	width: 10%;
	height: 80%;
	z-index: 10;
	cursor: pointer;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 10%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}
