.history-list {
		max-height: 65vh;
		overflow-y:scroll;
		overflow-x:hidden;
		padding-bottom: 0px;
		padding-top: 0px;
}
.history-list .row{
	margin-left: 0px;
	margin-right: 0px;
}
.circle{
	width: 25px;
	height: 25px;
	background: #E60000;
	border-radius: 50%;
}
.line{
	width: 2px;
	height: 100%;
	background: #e8e8e8;
	margin-left: 12px;
}
.history-item span{
	font-size: 16px;
	color: #E60000;
	font-weight: 600;
}
h1 {
    margin-bottom: 20px;
}
.my-company p{
	margin-bottom: 5px;
	text-indent: 20px;
}
.my-history{
	padding-bottom: 70px;
}