.swiper-wines .swiper-scrollbar1 {
	bottom: -30px;
	width: 100%;
	height: 4px;
	background: #8B909F;
	border-radius: 2px;
	margin: 0 auto;
	left: 0;
	right: 0;
	/*position: absolute;*/
}

.swiper-wines .swiper-scrollbar1 .swiper-scrollbar-drag {
	background-color: #182240;
	border-radius: 2px;
}

.swiper-wines .about-bg {
	background-color: #2F3853;
	position: relative;
	height: 422px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px 25px 25px 25px;
	transition: .2s;
}

.swiper-slide:hover .wine-background {
	background: #182240;
}

.title-text {
	color: #fff;
}

.desc-text {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 18px;
	text-align: left;
}

.alignment-image {
	text-align: start;
}

@media only screen and (max-width: 760px) {
	.img-wines {
		text-align: center;
		left: 50px;
	}

	.alignment-image {
		width: 350px;
		text-align: center;
	}

	.swiper-wines .swiper-scrollbar1 {
		width: 66%;
	}
}