.desktop.banner .center-center {
	width: 60%;
	height: auto;
	margin-top: 40%;
}

.desktop.banner .bottom-right {
	bottom: -30px;
	height: 65%;
}

.desktop.banner .bottom-left {
	bottom: -30px;
	height: 65%;
}

.health-and-wellness-cards {
	display: flex;
	flex-direction: row;
	gap: 15px !important;
}

.quote {
	background-image: url(/images/turali-culture/advice-from-locals-bg.jpg);
}

.quote-content > .image-container {
	position: absolute;
	z-index: -1;
	width: 30%;
	top: 0;
	left: 0;
	transform: translate(-36%, -2vw);
}

.turali-recipes-block.padded {
	padding-bottom: 0;
}

@media (max-width: 768px) {
	.swiper.coverflow .swiper-wrapper > .swiper-slide {
		flex: 1 0 80%;
	}
}
@media (min-width: 769px) {
	.swiper.coverflow .swiper-wrapper > .swiper-slide {
		flex: 1 0 70%;
	}
}

@media (max-width: 768px) {
	#turali-recipes-swiper {
		margin-top: 10%;
		margin-bottom: 20%;
	}
}
@media (min-width: 769px) {
	#turali-recipes-swiper {
	}
}
