section.m40_history {
	background: #f4f4f4;
}

section.m40_history .m40_title_slider_arrow_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.m40_history .m40_titel {
	font-size: 2.41028388rem;
}

section.m40_history .m40_slider_arrow_container {
	display: flex;
	gap: 0 8px;
}

section.m40_history .m40_slider_arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid transparent;
	background: #1db1e8;
	cursor: pointer;
	box-shadow: inset 0 8px 13px rgba(255, 255, 255, 0.41), 
				inset 0 -8px 13px rgba(21, 16, 10, 0.05), 
				inset 0 0 6px rgba(255, 255, 255, 0.07);
	-webkit-transition: opacity .4s, background .4s, border-color .4s;
	-moz-transition: opacity .4s, background .4s, border-color .4s;
	-ms-transition: opacity .4s, background .4s, border-color .4s;
	-o-transition: opacity .4s, background .4s, border-color .4s;
	transition: opacity .4s, background .4s, border-color .4s;
}

section.m40_history .m40_slider_arrow.slick-disabled {
	cursor: not-allowed;
	opacity: .22;
}

section.m40_history .m40_slider_arrow:not(.slick-disabled):hover {
	background: transparent;
	border-color: #1db1e8;
}

section.m40_history .m40_slider_arrow svg,
section.m40_history .m40_slider_arrow img {
	fill: #ffffff;
	width: 13px;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

section.m40_history .m40_slider_arrow.m40_slider_arrow_prev svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

section.m40_history .m40_slider_arrow:not(.slick-disabled):hover svg {
	fill: #1db1e8;
}

section.m40_history .m40_items_container {
	margin-top: 53px;
}

section.m40_history .slick-track {
	display: flex;
}

section.m40_history .m40_item {
	padding: 0 15px;
	height: inherit;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

section.m40_history .m40_item:not(.slick-active) {
	opacity: .2;
}

section.m40_history .m40_item_inner {
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	height: 100%;
}

section.m40_history .m40_item_title_container {
	margin-bottom: 10px;
}

section.m40_history .m40_item_title {
	font-weight: 700;
	font-size: 1rem;
	color: #1db1e8;
	margin-bottom: 0;
}

section.m40_history .m40_item_text_container *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
	section.m40_history .m40_item_inner {
		padding: 35px;
	}
	
	section.m40_history .m40_item_text_container {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
	}
}

@media screen and (max-width: 767px) {
	section.m40_history .m40_titel {
		font-size: 2.01028388rem
	}
}

@media screen and (max-width: 575px) {
	section.m40_history .m40_titel_container {
		padding-right: 15px;
	}
	
	section.m40_history .m40_slider_arrow {
		width: 45px;
		height: 45px;
	}
	
	section.m40_history .m40_titel {
		font-size: 1.71028388rem
	}
	
	section.m40_history .m40_item {
		padding-left: var(--bs-gutter-x,.75rem);
		padding-right: var(--bs-gutter-x,.75rem);
	}
}

@media screen and (max-width: 400px) {
	section.m40_history .m40_titel {
		font-size: 1.41028388rem
	}
	
	section.m40_history .m40_item_inner {
		padding: 25px;
	}
}

@media screen and (max-width: 350px) {
	section.m40_history .m40_title_slider_arrow_container {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	section.m40_history .m40_titel_container {
		padding-right: 0;
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}
	
	section.m40_history .m40_slider_arrow_container {
		margin-top: 30px;
	}
	
	section.m40_history .m40_items_container {
		margin-top: 10px;
	}
}