.di-history-heading {
    margin-bottom: 50px;
}
.di-history-slider {
    overflow: hidden;
}
.di-history-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.history-slider {
    width: calc(100% - ((100% - 1320px) / 2) - 15px);
    margin-right: 0;
    overflow: hidden;
}
.history-slider .di-content p {
    margin-bottom: 0;
}

.di-history-date {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: var(--color-primary);
    text-align: right;
    margin-top: 20px;
}
.di-history-date h3{
	margin: 0;
}
.di-history-slider .swiper-slide {
    padding-top: 63px;
    opacity: 0.4;
    margin-top: 30px;
    min-height: 280px;
    display: flex;
}

.di-history-date,
.di-history-slider .di-content h4 {
    font-weight: 700;
}

.di-history-slider .swiper-slide::before {
    content: "";
    position: absolute;
    left: 110px;
    top: 19px;
    z-index: -1;
    min-width: 493px;
    height: 1px;
    background-color: #d8d8d8;
}

.di-history-slider .swiper-slide::after {
    background-color: var(--color-primary);
    height: 35px;
    position: absolute;
    content: "";
    top: 2px;
    width: 35px;
    left: 75px;
    border-radius: 50%;
    border: 10px solid var(--color-light);
    box-shadow: 0px 4px 35px rgb(0 0 0 / 15%);
    z-index: 1;
}

@media(max-width: 1399px){
	.di-history-slider .swiper-slide::after{
		left: 66px;
	}
	.di-history-slider .swiper-slide::before{
		left: 100px;
		min-width: unset;
		width: calc(100% - 100px);
	}
}
@media(max-width:1199px) {
    .di-history-slider .swiper-slide {
        margin: 0;
    }

    .di-history-heading .di-history-text p {
        margin: 0;
    }

    .di-history-date h2 {
        margin-block: 20px;
        margin-inline: 0;
    }

    .di-history-heading {
        margin-bottom: 40px;
    }
	.di-history-slider .swiper-slide::after{
		left: 60px;
	}
	.di-history-slider .swiper-slide::before{
		left: 95px;
		width: calc(100% - 95px);
	}
}

@media(max-width:991px) {
    .di-history-slider .swiper-slide {
        padding-top: 50px;
        min-height: 220px;
    }
	.di-history-slider .swiper-slide::after{
		left: 53px;
	}
	.di-history-slider .swiper-slide::before{
		left: 88px;
		width: calc(100% - 88px);
	}
}

@media(max-width:767px) {
    .history-slider {
        width: 100%;
    } 
	.di-history-slider .swiper-slide::after{
		left: 45px;
	}
	.di-history-slider .swiper-slide::before{
		left: 80px;
		width: calc(100% - 80px);
	}
}

@media(max-width:575px) {
    .di-history-heading {
        margin-bottom: 15px;
    }

    .di-history-date .h1 {
        margin-block: 10px;
    }

    .di-content {
        padding-right: 15px;
    }
	.di-history-slider .swiper-slide::after{
		left: 60px;
	}
	.di-history-slider .swiper-slide::before{
		left: 95px;
		width: calc(100% - 95px);
	}
}