.timeline>li .timeline-panel{ 
	width: 100%;
}

.timeline>li .timeline-image{
    width: 80px;
    height: 60px;
    margin-left: -40px;
    z-index: 100;
    position: absolute;
    left: 25px;
    top: -30px;
    border: 1px solid #eee;
    border-radius: 0% 15% 100% 0%;
    text-align: center;
    background: #f97800;
    color: #fff;
}

.timeline>li.timeline-inverted .timeline-image{
	right: -15px;
    border-radius: 15% 0% 0% 100% !important;
    left: auto;
}

.timeline>li .timeline-image h4{
	margin-top: 10px;
	margin-left: -5px;
	line-height: 30px;
}

.timeline>li.timeline-inverted .timeline-image h4{
	margin-right: -15px;
}

.arrow-left, .arrow-right{ border: none; }

.OurWorkPro h4{
	font-size: 24px; 
}