.swiper-gallery{
	width: 100%;
	height: 100%;
}

.swiper-gallery .swiper-slide {
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: end;
}

.swiper-gallery .swiper-slide:hover img {
	background: transparent;
}

.swiper-gallery {
	overflow-x: hidden;
}

.slide-gallery{
	height: 300px;
	background-size: cover;
	background-position: center;
}	

.slide-gallery h3, .slide-gallery h6{
	color: var(--black);
}

.slide-gallery h3{
	font-size: 27px;
	font-weight: 700;
}

.slide-gallery h6{
	font-size: 18px;
}

.slide-gallery .houses-container{
	width: 250px;
	height: 86px;
	display: flex;
	align-items: end;
	background-color: #ffffff98;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 20px;
	text-align: start !important;
	justify-content: start !important;
	position: relative;
	margin-left: 0;
}

.text-border-yellow{
	color: #fff;
	background-color: var(--secondary);
	border-radius: 5px;
	padding: 3px 6px;
}

.swiper-gallery .swiper-button-next:after, .swiper-button-prev:after{
	font-size: 20px;
	font-weight: 800 !important;
	color: #fff;
}