.splide__arrow {
	background: #f76800!important;
	fill: #fff!important;
}

.splide__arrow svg {
	fill: #fff!important;
}

.splide__arrow--prev {
	left:-6rem!important;
}

.splide__arrow--next {
    right: -6rem!important;
}

.splide__slide {
	padding: 1rem;
}

.splide__slide h3 {
	font-size: clamp(1.8rem, calc(1.8rem + ((1vw - 0.48rem) * 0.2083)), 2rem);
	color: #f76800;
}

.big-number {
	font-size: clamp(6rem, calc(6rem + ((1vw - 0.3rem) * 1.0526)), 7.2rem);
	font-weight: 900;
	color: rgba(55, 170, 131, 0.2);
	line-height: 1.3;
    padding: 0;
    margin: 0;
    font-family: 'custom_font_523';
}

@media only screen and (max-width: 1200px) {
	.splide__arrow--prev {
	left: 40%!important;
	top: auto!important;
	bottom: -3rem!important;
}

.splide__arrow--next {
    right: 40%!important;
	top: auto!important;
	bottom: -3rem!important;
}
}
