 /* Our History*/
 #project_awards_section {
 	padding-bottom: 100px;
 }
 * + .history-wrap {	margin-top: 30px;}
 .history-time {	margin-bottom: 10px;	font-size: 18px;	letter-spacing: .05em;	color: #3f3f3f;}
 .history-item-body {	padding: 25px 20px; height: auto;	background-color: #f2f3f8;}
 .history-item img {	width: 100%;	height: 100%;	object-fit: cover;	object-position: center center;}
 .history h5 {	font-weight: 500;	text-transform: none;}
 .history a, .history a:focus, .history a:active {	color: #8c0c04;}
 .history a.active, .history a:hover {	color: #151515;}
 .history * + p {	margin-top: 10px;}
 * + .history {	margin-top: 30px;}
 .history-table {
 	display: table; 
 }
 .history-table .history-table-img {
 	display: table-cell;
 	width:206px; 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
 }

 @media (max-width: 575.98px) {	
 	.history-item img {		max-height: 259px;	}
 }
 @media (min-width: 576px) {
 	.history-item {		display: flex;	}	
 	.history-item-image {		min-width: 190px;	}	
 	.history-item-body {		display: inline-block;		align-items: center;	}
 }
 @media (min-width: 992px) {	
 	.history {		padding-left: 90px;		position: relative;	}	
 	.history-wrap {		position: relative;	}	
 	.history-wrap:before {		content: '';		position: absolute;		left: 45px;		top: 0;		height: 100%;		border-left: 1px solid #e8e8e8;		transform: translateX(-50%);	}	
 	.history-time {		position: absolute;		left: 45px;		top: 0px;		height: 37px;		line-height: 37px;		transform: translateX(-50%);		background-color: #ffffff;	}	
 	.history-item {		position: relative;	}	
 	.history-item:before {		content: '';		position: absolute;		top: 50%;		right: 100%;		width: 22.5px;		margin-right: 10px;		border-top: 1px solid #e8e8e8;		transform: translateY(-50%);	}	
 	.history-item-image {		min-width: 210px;	}	
 	.history-item-body {		padding: 30px;	}
 }
 @media (min-width: 1200px) {	
 	.history {		padding-left: 100px;	}	
 	* + .history-wrap {		margin-top: 40px;	}	
 	.history-item:before {		width: 30px;		margin-right: 14px;	}	
 	.history-item-image {		min-width: 299px;	}	
 	.history-item-body {		padding: 25px 20px;	}	
 	.history h5 + * {		margin-top:  10px;	}
 }/*

