.leftHis .title{
	text-align: right;
}
.leftHis {
	padding-right: 20px;
	border-right: 1px solid #5bb06e;
}
.rightHis{
	position: relative;
	margin-left: -1px!important;
	padding-left: 20px!important;
	border-left: 1px solid #5bb06e;
}
.leftHis .title span,.rightHis .title span{
	display: inline-block;
	line-height: 30px;
	background: #5bb06e;
	font-weight: bold;
	color:#fff;
	font-size: 16px;
	padding: 0 20px;
	position: relative;

}
.leftHis .title span::before{
	content:"";
	position: absolute;
	height: 35px;
	width: 35px;
	background: url(img/htleft.png) center center no-repeat;
	top: -35px;
	left: -35px;
}
.leftHis .title span::after{
	content:"";
	position: absolute;
	right: -42px;
	bottom: -39px;
	width: 54px;
	height: 39px;
	background: url(img/hleft.png) center center no-repeat;
}
.leftHis .title span{
	border-radius: 0 15px 0 15px;
}
.rightHis .title span::before{
	content:"";
	position: absolute;
	height: 35px;
	width: 35px;
	background: url(img/htright.png) center center no-repeat;
	top: -35px;
	right: -35px;
}
.rightHis .title span::after{
	content:"";
	position: absolute;
	left: -42px;
	bottom: -39px;
	width: 54px;
	height: 39px;
	background: url(img/hright.png) center center no-repeat;
}
.rightHis .title span{
	border-radius: 15px 0 15px 0;
}
@media screen and (max-width: 767px) {
	.uk-grid.uk-grid-collapse.history__padding{
		margin-top: 40px!important;
	}

}
