.page_featured {
	background-image:url('../../images/thr_ban.jpg');
	background-position: top center;
}
.box1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_con img {
    max-width: 100%;
}
.year{
	font-family: 'Raleway', sans-serif;;
	font-weight: bold;
	font-size: 150px;
	line-height: 50px;
	position: relative;
	padding-top: 30px;
	color: rgba(0, 123, 255, 0.2);
	z-index: 2;
}
.oi_vc_heading .oi_icon_titile{
  display: block;
  height: auto;
  position: relative;
}
.item_height_x1.oi_vc_text{
	padding: 20px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
	.page_con img {
	  width: 100%;
	}
	.order-1 {
	    order: 2;
	}
	.order-2 {
	    order: 1;
	}
}
