.block-textslider {
	background-color: #F7F5F4;
	position: relative;
}

.block-textslider > div {
	max-width: 1400px;
    margin-inline: auto;
}

.block-textslider h2 {
	color: #ED3B2B;
}

.block-textslider h3 {
	text-transform: none;
	color: #ED3B2B;
	margin-block: 0;
}

.block-textslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	max-width: 760px;
	margin-inline: auto;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.block-textslider ul li {
	min-width: 100%;
	width: 100%;
	scroll-snap-align: start;
}

.block-textslider a {
	justify-content: center;
}

.block-textslider .bg-arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	max-height: 183px;
}

.block-textslider .button-link:hover {
	color: grey;
}

.block-textslider .button-link:hover svg polygon {
	fill: grey !important;
}

@media (max-width: 1024px) {
	.block-textslider .bg-arrow {
		max-height: 65px;
	}
}

@media (max-width: 1024px) {
	.block-textslider .bg-arrow svg {
        max-width: 125px;
        max-height: 65px;
    }
}