
main section .ux-writing-services span.left-line {
    position: absolute;
    width: 1px;
    height: calc(100% + 1rem);
    top: calc(1.2rem + 11px);;
    right: 0;
    background: rgba(0,0,0,0.1);
}
main section .ux-writing-services span.left-line:before, main section .ux-writing-services span.left-line:after {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    background: var(--primary);
    position: absolute;
    right: -5px;
    border-radius: 50%;
    opacity: 0.3;
}
main section .ux-writing-services span.left-line:before{
    top:-11px
}
main section .ux-writing-services span.left-line:after{
    bottom: -11px;
}


.service-card-2 {border-radius: 12px; height:100%; transition: all linear 150ms;}
.service-card-2:hover {box-shadow: 0 4px 13px rgb(0 0 0 / 15%);transform: translateY(5px);}
.service-card-2 ul li {text-align: right;list-style: none;color: rgba(105,107,108,0.9);font-size: 0.87rem;font-weight: normal;}
.service-card-2 ul li:before {color: rgba(105,107,108,0.8);}
.service-card-2 ul.green li, .service-card-2 ul.green li:before {color: #0A5A55;}

.service-card-2 img {
	opacity: 0.7;
}
.service-card-2:hover img {
	opacity: 1;
}



.timelineCard {
    text-align: center;
	position: relative
}
.timelineCardWrp:nth-child(even) .timelineCard .text{
	position: absolute;
	top: 75px;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.timelineCardWrp:nth-child(odd) .timelineCard .text{
	position: absolute;
	bottom: 75px;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.timelineCard .icon {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: auto;
    
    position: relative;
    box-sizing: border-box;
}
.timelineCardWrp:nth-child(even) .timelineCard .icon:before {
    content: "";
    display: block;
    top: 0;
    height: 50%;
    border: 2px solid var(--secondary);
    position: absolute;
    right: 0;
    left: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom: 0;
}
.timelineCardWrp:nth-child(odd) .timelineCard .icon:before{
	content: "";
    display: block;
    bottom: 0;
    height: calc(50% - 1px);
    border: 2px solid var(--secondary);
    position: absolute;
    right: 0;
    left: 0;
	border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top: 0;
}
.timelineCard .icon .number {
    display: block;
    width: 100%;
    height: 100%;
    background: #dcdcdc;
    border-radius: 99pc;
    line-height: 63px;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
	border: 8px solid #fff;
}
.timelineCard .icon img {
    background-color: #fff;
    padding: 7px;
}
section.timelineSec {
    position: relative;
}

section.timelineSec:before {
    position: absolute;
    content: "";
    display: block;
    top: calc(50% - 1px);
    height: 2px;
    right: 0;
    left: 0;
    background: var(--secondary);
}