.editor-styles-wrapper{
	.swiper-container-wrapper.swiper-style-history .main-swiper{
		padding: 130px 0 100px;
	}
	.swiper-container-wrapper.swiper-style-history .main-swiper:before{
		content: '';
		display: block;
		width: 100%;
		height: 1.5px;
		background: #BFC3C5;
		position: absolute;
		top: 84px;
		left: 0;
	}
	.swiper-container-wrapper.swiper-style-history .swiper-slide{
		width: 243px;
		height: auto;
	}
	.swiper-container-wrapper.swiper-style-history .swiper-slide:before{
		content: '';
		display: block;
		width: 1.5px;
		height: 24px;
		background: #BFC3C5;
		position: absolute;
		top: -57px;
		left: 0;
	}
	.swiper-container-wrapper.swiper-style-history .swiper-slide .date{
		position: absolute;
		top: -88px;
		left: 0;
		font-weight: 700;
		line-height: 1.3125;
		letter-spacing: 0.1em;
		color: var(--wp--preset--color--font-colors-font-light-2);
	}
	.swiper-container-wrapper.swiper-style-history .swiper-slide .image{
		display: flex;
		align-items: center;
		justify-content: center;
		aspect-ratio: 1;
		margin-bottom: 24px;
		background: var(--wp--preset--color--main-colors-weiss);
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20), 0px 4px 0px 0px #F2F2F2;
	}
	.swiper-container-wrapper.swiper-style-history .swiper-slide .title{
		font-weight: 700;
		line-height: 1.3125;
		letter-spacing: 0.1em;
		color: var(--wp--preset--color--font-colors-font-dark-1);
		text-transform: uppercase;
	}

	@media( max-width: 767px ){
		.swiper-container-wrapper.swiper-style-history .main-swiper{
			padding-bottom: 64px;
		}
	}
}