.steps {
	padding-top: 64px;
	overflow: hidden;
}
.steps h2 {
	display: flex;
	align-items: flex-end;
}
.steps-content {
	padding: 64px 0 50px;
	background: #DEDEDE;
}
.steps-content .wrapper > * {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0 60px 60px;
}
.steps-content .col-left {
	padding-left: 0;
	padding-right: 40px;
}
.steps-content .col-left h3 {
	max-width: 486px;
}
.steps-content  .arrows_show .col-left {
	padding-right: 80px;
}
.steps-content .col-right {
	color: #fff;
}
.col-right:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 125px);
	background: #003767;
	transform: translateY(-125px);
	z-index: 0;
	box-shadow: 0px 7.13558292388916px 14.27116584777832px 0px #00000033;
}
.hide_idx.col-right:before {
	width: 50vw;
}
.arrows_show .col-right {
	padding-left: 140px;
}
.arrows_show .col-right:after {
	position: absolute;
	content: '';
	width: 136px;
	height: 40px;
	top: 50%;
	left: 0;
	transform: translate(-68px, -20px);
	background: url(arrows.svg) center no-repeat;
	background-size: contain;
}
.col-right > * {
	position: relative;
	z-index: 9;
}
.wrapper-steps .step {
	display: flex;
	flex-direction: column;
	min-height: 140px;
	padding: 20px 180px 20px 75px;
	font-family: 'Roboto', sans-serif;
}
.wrapper-steps .step:last-child {
	padding-bottom: 0;
	min-height: 80px;
}
.hide_idx .wrapper-steps .step {
	padding-left: 0;
	padding-right: 6rem;
}
.wrapper-steps .step::before,
.wrapper-steps .step::after {
	position: absolute;
	display: block;
	content: '';
	top: 47px;
	right: 7rem;
}
.wrapper-steps .step::before {
	width: 0;
	height: 0;
	opacity: 0;
	border-left: 3px dashed #286BA0;
	-ms-transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0.6s;
}
.wrapper-steps .step.aos-animate::before {
	height: 100%;
	opacity: 1;
}
.wrapper-steps .step:last-child:before,
.hide_idx .wrapper-steps .step:before,
.hide_idx .wrapper-steps .step:after,
.col-right.hide_idx .row_idx  {
	display: none;
}
.wrapper-steps .step::after {
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	background-color: #9AB4C9;
	transform: translateX(0.4rem);
}

.row_idx {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 4rem;
	line-height: 0.8;
	color: #9AB4C9;
}
.col-right .row_idx {
	color: #286BA0;
}
.wrapper-steps .icon {
	position: absolute;
	right: 0;
	top: 20px;
	width: 80px;
	text-align: center;
}
.hide_idx .wrapper-steps .icon {
	top: 1rem;
}
.wrapper-steps .step h5,
.wrapper-steps .step p {
	margin-bottom: 0;
}
.wrapper-steps .step p {
	margin-top: 16px;
	max-width: 300px;
}
.wrapper-steps .step p:first-of-type {
	margin-top: 0;
}
@media only screen and (max-width: 1024px) {
	.steps { padding-top: 40px; }
	.wrapper-steps .step,
	.hide_idx .wrapper-steps .step { padding-right: 36vw;}
	.wrapper-steps .step::before,
	.wrapper-steps .step::after { right: calc(18vw + 40px); }
	.steps-content { padding: 0;}
	.steps-content .wrapper { flex-direction: column; padding: 0;}
	.steps-content .wrapper > * { width: 100%;  padding: 40px 32px; }
	.steps-content .arrows_show .col-left { padding-right: 32px; }
	.col-right::before,
	.arrows_show .col-right::after { display: none; }
	.col-right { background: #003767; }
}
@media only screen and (max-width: 600px) {
	.steps-content .wrapper > * { padding: 40px 24px; }
	.wrapper-steps .icon { right: 50px; }
	.wrapper-steps .step::before { right: 90px; }
	.wrapper-steps .step::after { display: none; }
}
@media only screen and (max-width: 480px) {
	.wrapper-steps .step,
	.hide_idx .wrapper-steps .step { padding-right: 125px;  }
	.wrapper-steps .icon { right: 20px; }
	.wrapper-steps .step::before { right: 60px; }
}