.our-agile-methodology-swiper-list-wrapper.swiper {
	width: 100%;
}

.our-agile-methodology-swiper-list-wrapper .swiper-slide {
	position: relative;
}

.our-agile-methodology-swiper-list-wrapper .swiper-slide::after {
	content: '';
	position: absolute;
	top: 0;
	left: 23px;
	bottom: 0;
	border-left: 2px dashed rgba(255, 255, 255, 0.2);
	z-index: -1;
}

.our-agile-methodology-swiper-list-wrapper .swiper-slide>* {
	font-family: var(--e-global-typography-daa32db-font-family), Sans-serif;
}

.our-agile-methodology-swiper-list-wrapper .swiper-slide .item-content {
	display: flex;
	align-items: center;
}

.our-agile-methodology-swiper-list-wrapper .swiper-slide .item-content .item-counter {
	height: 50px;
	width: 50px;
	border-radius: 100%;
	display: block;
	align-content: center;
	text-align: center;
	margin-right: 30px;
	font-size: 20px;
	font-weight: 800;
}

.our-agile-methodology-swiper-list-wrapper .swiper-slide:not(.swiper-slide-active) .item-content .item-counter {
	background: #121322;
	color: rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

.our-agile-methodology-swiper-list-wrapper .swiper-slide .item-content .item-counter {
	background: #5765FF;
	color: rgba(255, 255, 255, 1);
	transition: all 0.3s ease;
}

.our-agile-methodology-swiper-list-wrapper .swiper-slide:not(.swiper-slide-active) .item-content .item-title {
	color: rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

.our-agile-methodology-swiper-list-wrapper .swiper-slide .item-title {
	font-weight: bold;
	font-size: 28px;
	color: rgba(255, 255, 255, 1);
	transition: all 0.3s ease;
}

/*09. Media Query start*/
@media screen and (min-width: 992px) {}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 1199px) {}

/*Tablet*/
@media screen and (max-width: 991px) {}

/*Small Device*/
@media screen and (max-width: 767px) {
	.our-agile-methodology-swiper-list-wrapper .swiper-slide .item-title {
		font-size: 18px;
	}
	.our-agile-methodology-swiper-list-wrapper .swiper-slide .item-content .item-counter {
		height: 45px;
		width: 45px;
		margin-right: 20px;
		font-size: 18px;
	}
	.our-agile-methodology-swiper-list-wrapper .swiper-slide::after {
		left: 18px;
	}
}

/*Mobile Device*/
@media screen and (max-width: 640px) {}

/*Extra Small Mobile Device*/
@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {}

/*09. Media Query end*/