.the-content{
	text-align: justify;
}
.the-content .t1{
	font-weight: bold;
	color:#f3735f;
	text-transform: uppercase;
}
/*=============================================================*/
.year{
	margin-bottom: 70px;
}
.year .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -20px;
}
.year .grid .col{
	width: 50%;
	padding: 0 20px;
}
.year .img{
	border:solid 5px #fdba27;
	border-radius: 5px;
	overflow: hidden;
}
.year .img img{
	width: 100%;
}
.year .tend{
	font-family: 'Pattaya', sans-serif;
	font-size: 30px;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.year .be{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.year .be .icon{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fdba27;
	margin-right: 15px;
	flex-shrink: 0;
}
.year .be .icon img{
	max-width: 25px;
	max-height: 25px;
}
.year .be .title{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color:#fdba27;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.year{
	margin-bottom: 50px;
}
.year .grid{
	margin: 0 -10px;
}
.year .grid .col{
	padding: 0 10px;
}
.year .tend{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.year .be{
	margin-bottom: 10px;
}
.year .be .icon{
	width: 40px;
	height: 40px;
}
.year .be .icon img {
    max-width: 18px;
    max-height: 18px;
}
.year .be .title{
	font-size: 16px;
	line-height: 24px;
}
}

@media all and (max-width: 767px){
.year .grid{
	display: block;
}
.year .grid .col{
	width: 100%;
}
.year .img{
	margin-bottom: 20px;
}
}