.faqs {
	max-width: 1280px;
	margin: 0 auto;
}

.faqs.slider-enabled {
	padding-bottom: 65px;
	margin-bottom: 50px;
}

.faqs .slider {
	position: relative;
}

.faqs .slide {
	width: 230px;
	margin: 0 15px;
}

.faqs h4 {
	margin-bottom: 50px !important;
}

.faqs .inner .title,
.faqs .inner .title * {
	color: var(--Vine);
	font-family:'Playfair Display';
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin-bottom: 0 !important;
}

.faqs hr {
	height: 1px;
	background-color: var(--Vine);
	width: 100%;
	margin: 20px 0;
}

.faqs .inner .description,
.faqs .inner .description p {
	color: var(--Ash);
	font-family:'Post Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 14px !important;
	line-height: 1.4 !important;
}

.faqs .slider .arrow-cont {
	/*display: none;*/
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	pointer-events: none;
}

.faqs .slider .arrow-cont > .inner {
	display: flex;
	justify-content: space-between;
}

.faqs .slider .custom-arrow {
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	color: var(--Cabernet);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	pointer-events: all;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
}

.faqs .slider .custom-arrow.prev i {
	-webkit-mask-image: url(/includes/public/assets/shared/leo/left_pager.svg);
	mask-image: url(/includes/public/assets/shared/leo/left_pager.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	display: inline-block;
	background: var(--Cabernet);
	width: 9px;
	height: 19px;
}

.faqs .slider .custom-arrow.next i {
	-webkit-mask-image: url(/includes/public/assets/shared/leo/right_pager.svg);
	mask-image: url(/includes/public/assets/shared/leo/right_pager.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	display: inline-block;
	background: var(--Cabernet);
	width: 9px;
	height: 17px;
	pointer-events: all;
	cursor: pointer;
}

@media screen and (max-width: 64em) {
	.faqs .slider {
		padding: 0 0 0 15px;
	}
}

@media screen and (min-width: 64.063em) {
	.faqs {
		margin-bottom: 0;
	}
	.faqs .slides {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.faqs .slide {
		width: calc(25% - 60px);
		margin: 0 30px;
		margin-bottom: 60px;
	}

	.faqs.slider-enabled {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.faqs .slider .arrow-cont {
		display: none;
	}

	.faqs .inner .title, .faqs .inner .title * {
		font-size: 20px;
		line-height: 1.5;
	}

	.faqs .inner .description, .faqs .inner .description p {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
}

@media screen and (min-width: 80.063em) {
	.faqs .slide {
		width: calc(25% - 60px);
	}
}