.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: 100%; 
	display: flex;
}
.swiper-image {
	height: 400px; 
	width: 100%; 
	object-fit: cover;
}
.swiper-text {
	width: 100%; 
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
}