.block_timeline .timeline-container {
    background: #eff6f7;
    padding-top: 90px;
    padding-bottom: 90px;
	padding-left: 50px;
	padding-right: 50px
}
.block_timeline .timeline-row {
    position: relative;
    overflow: visible;
}
.block_timeline .timeline-row::before {
    content: "";
    display: block;
    position: absolute;
    top: -220px;
    right: 0px;
    width: 260px;
    height: 200px;
    background-image: url(https://promasterweb-hero.b-cdn.net/images/svg/vertfl.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 924px) {
	.block_timeline .timeline-row::before {
		height: 160px;
		top: -180px;
	}
}
@media (max-width: 390px) {
.block_timeline .timeline-row::before {
		width: 200px !important;
	}
}
.block_timeline .timeline-content {
    position: relative;
    z-index: 2;
}
.block_timeline .timeline-content .h2.title {
    text-align: center;
    max-width: 800px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    color: #071b2a;
}
.block_timeline .timeline-intro {
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.block_timeline .timeline-intro * {
    color: black;
}
.timeline-steps {
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 96%;
    z-index: 1;
}
.timeline-line-fill {
    display: block;
    height: 0;
    width: 100%;
    background-color: #10456e;
    transition: height 0s ease-out;
}
.timeline-step {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
.timeline-step:nth-child(odd) {
    flex-direction: row;
}
.timeline-step:nth-child(odd) .timeline-detail .h3.title,
.timeline-step:nth-child(odd) .timeline-detail .timeline-text {
    text-align: left;
}
.timeline-step:last-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 96%;
    background: #eff6f7 !important;
    z-index: -1;
}
@media (max-width: 1024px) {
	.timeline-step:last-child::after {
		transform: translateX(-80%);
	width: 30px;
	background-color: #eff6f7 !important;
		}
}
.timeline-empty {
    width: calc(50% - 58px);
}
.timeline-detail {
    width: calc(50% - 58px);
}
.timeline-detail .h3.title {
    color: #071b2a;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: right;
	font-size: 25px;	
}
.timeline-detail .timeline-text {
    text-align: right;
	padding-bottom: 30px;
}
.timeline-detail .timeline-text * {
    color: black;
}
.timeline-number {
    width: 68px;
    height: 67px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #10456e;
    margin-right: 33px;
    margin-left: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}
.timeline-number span {
    color: #071b2a;
    font-size: 26px;
    font-weight: 900;
    line-height: 46px;
}
.timeline-number.active {
    background: #10456e;
    transform: scale(1.1);
}
.timeline-number.active span {
	color: white !important;
}
@media (max-width: 1024px) {
    .block_timeline .timeline-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 1023px) {
.timeline-line {left: 30px;}
    .timeline-step {
    flex-direction: row;
    margin-bottom: 30px;
    }
    .timeline-step:nth-child(odd) {flex-direction: row;}
    .timeline-step:last-child::after {left: 30px;}
    .timeline-empty {display: none;}
    .timeline-detail {
    order: 2;
    width: calc(100% - 90px);
    }
    .timeline-detail .h3.title {
        text-align: left;
        margin-top: 20px;
    }
    .timeline-detail .timeline-text {text-align: left;}
    .timeline-number {
        order: 1;
        margin-right: 30px;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .block_timeline .timeline-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .timeline-line {left: 20px;}
    .timeline-step {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        margin-bottom: 30px;
    }
    .timeline-empty {display: none;}
    .timeline-detail {
        width: calc(100% - 60px);
    }
    .timeline-detail .h3.title {margin-top: 11px;}
    .timeline-number {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }
    .timeline-number span {
        font-size: 20px;
        line-height: 20px;
    }
}