.ws-slider-cards-wrapper {
	padding: 3rem;
}
.ws-slider-cards-heading-wrap {
	margin-bottom: 20px;
}

.ws-slider-cards-wrapper .embla {
	--slide-spacing: 1rem;
	/* --slide-size: calc(100% / 6); */
	--slide-height: 19rem;
	padding: 0 1.6rem;
	position: relative;
}

.ws-slider-cards-wrapper .embla__viewport {
	overflow: hidden;
}

.ws-slider-cards-wrapper .embla__container {
	backface-visibility: hidden;
	display: flex;
	touch-action: pan-y;
	margin-left: calc(var(--slide-spacing) * -1);
}

.ws-slider-cards-wrapper .embla__slide {
	flex: 0 0 var(--slide-size);
	min-width: 0;
	position: relative;
}

.ws-slider-cards-wrapper .embla__slide a {
	text-decoration: none;
	color: #333;
}

.ws-slider-cards-wrapper .embla__slide__spacing center {
	text-transform: uppercase;
	font-family: var(--sans-family);
	margin-top: 10px;
}

.ws-slider-cards-wrapper .embla__slide__spacing {
	margin-left: 16px;
}

.ws-slider-cards-wrapper .embla__slide__img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 9/11;
	border-radius: 8px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.21);
}

.ws-slider-cards-wrapper .slide-navigation {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.ws-slider-cards-wrapper .slide-navigation button {
	background: transparent;
	border: 0;
	cursor: pointer;
}

.ws-slider-cards-wrapper .slide-navigation.slider-cards-next-wrapper {
	right: 0;
}

.ws-slider-cards-wrapper .slide-navigation.slider-cards-prev-wrapper {
	left: 0;
}
@media(max-width:425px) {
	.ws-slider-cards-wrapper .embla {
		--slide-size: 100% !important;
	}
}

@media only screen and (min-width:425px) and (max-width:560px) {
	.ws-slider-cards-wrapper .embla {
		--slide-size: calc(100% / 2) !important;
	}
}

@media only screen and (min-width:560px) and (max-width:768px) {
	.ws-slider-cards-wrapper .embla {
		--slide-size: calc(100% / 4) !important;
	}
}

@media(max-width: 1025px) {
	.ws-slider-cards-wrapper .container {
		max-width: 100%;
	}
}