
.award-section{
	background:#f8f5f0;
	padding:80px 0;
	font-family:Segoe UI,Arial,sans-serif;
}

.section-title{
	color:#1d2b4f;
	text-align:center;
	margin:20px 0 60px;
}

.section-title h1{
	font-size:54px;
	font-weight:800;
	letter-spacing:2px;
}

.section-title .icon{
	font-size:55px;
	color:#b8860b;
}

.photo img{
	border-radius:24px;
	border:6px solid #fff;
	box-shadow:
	0 10px 25px rgba(0,0,0,.12),
	0 20px 50px rgba(46,125,50,.12);
}

.photo img:hover{
	border-color:#2E7D32;
	box-shadow:0 25px 50px rgba(46,125,50,.28);
	transform:translateY(-5px);
}

.timeline{
	position:relative;
	max-width:1100px;
	margin:auto;
	padding-bottom:50px;
}

.timeline:before{
	content:'';
	position:absolute;
	left:170px;
	top:0;
	bottom:0;
	width:4px;
	background:#c89a39;
}

.item{
	position:relative;
	display:flex;
	align-items:center;
	margin-bottom:70px;
}

.year{
	width:140px;
	text-align:center;
	font-size:58px;
	font-weight:800;
	color:#fff;
	-webkit-text-stroke: 4px #c89a39;
	text-stroke: 4px #c89a39;
	text-shadow:
	4px 4px 0 #E8F576,
	8px 8px 0 rgba(179, 114, 20, 0.2);
	letter-spacing: 2px;
}

.dot{
	width:42px;
	height:42px;

	position:absolute;
	left:150px;

	border-radius:50%;
	background:#fff;

	border:3px solid #c89a39;

	display:flex;
	justify-content:center;
	align-items:center;

	z-index:2;
}

.dot i{
	color:#c89a39;
	font-size:18px;
}

.card-award{
	margin-left:70px;
	border-radius:24px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 15px 35px rgba(0,0,0,.12);
	transition:.35s;
}

.card-award:hover{
	transform:translateY(-8px);
	box-shadow:0 25px 45px rgba(0,0,0,.18);
}

.photo{
	min-height:300px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:28px;
	font-weight:bold;
}

.info{
	text-align:center;
	padding:10px;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.info h2{
	font-weight:700;
	margin:10px 0 20px;
}

.badge-icon{
	font-size:34px;
	color:#c89a39;
}

.footer-quote{
	text-align:center;
	padding:30px;
	font-size:22px;
	color:#555;
}

@media(max-width:768px){
	.timeline:before{left:35px;}
	.item{display:block;padding-left:70px;}
	.year{width:auto;text-align:left;font-size:42px;margin-bottom:15px;}
	.dot{left:15px;}
	.card-award{margin-left:0;}
}