section .splide-slider .item {
	margin-left: auto;
	margin-right: auto;
}
.splide__pagination li {
	display: inline-block;
	pointer-events: auto;
	padding-bottom: 12px;
}
.splide__pagination li:not(:last-child) {
	margin-right: 14px;
}
.splide__pagination__page {
	display: block;
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 6px;
	padding: 0;
	background-color: #988b98;
	transition: .3s ease all;
	cursor: pointer;
}
.splide__pagination__page.is-active {
	width: 24px;
	background-color: #7DC456;
}

.splide__arrows {
	position: absolute;
	width: 100%;
	top: calc(50% - 20px);
	pointer-events: none;
	z-index: 2;
}
.splide__arrow {
	display: block;
	width: 25px;
	height: 40px;
	border: none;
	padding: 0;
	background-color: transparent;
	background-image: url('/wp-content/themes/generatepress-child/images/slider/slick-arrows.svg');
	pointer-events: auto;
	cursor: pointer;
}
.splide__arrow[disabled] {
	display: none;
}
.splide__arrow--prev {
	float: left;
}
.splide__arrow--next {
	float: right;
	transform: rotate(180deg);
}
.splide__arrow svg {
	display: none;
}
@media screen and (min-width: 1200px) {
	.splide__arrows {
		width: calc(100% + 40px);
		left: -20px;
	}
}
@media screen and (min-width: 1300px) {
	.splide__arrows {
		width: calc(100% + 100px);
		left: -50px;
	}
}
@media screen and (min-width: 1400px) {
	.splide__arrows {
		width: calc(100% + 180px);
		left: -90px;
	}
}