.stape-progress {
    padding: 60px 0px;
    text-align: center;
}
.stape-inner .col-md-3{
	padding:0px;
}
.stape-inner{
	position:relative;
	margin-top:-100px;
}
.stape1 {
    background: #D5D599;
    padding: 40px 33px;
    text-align: left;
    min-height: 375px;
    position: relative;
}

.stape-title {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Georgia';
    display: inline-block;
    background: #fff;
    height: 63px;
    width: 63px;
    border-radius: 50%;
    line-height: 49px;
    text-align: center;
    border: 6px solid #D5D599;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -31px;
}
.t-circle .stape-title-one {
    left: 50%;
    margin-left: -60px;
}
.t-circle .stape-title-two {
    right: 50%;
    left: auto;
    margin-right: -60px;
}
.stape1 p{
	position:relative;
	font-family: 'Georgia';
	font-size:15px;
        line-height: 23px;
}
.stape1 p:before{
	content:"";
	position:absolute;
	left:-41px;
	top:0px;
	height:100%;
	width:3px;
	background:#AAAA7A;
}
.stape-inner .col-md-3:first-child p::before {
    display: none;
}