#whats_new{
	padding: 56px 0 100px;
	background-color: #fff;
}
#whats_new img{
	width:100%
}
#whats_new .img{
}
#whats_new .img img{
	position: relative;
	z-index: 1;
}
#whats_new .red{
	background-color: #c3002f;
}
#whats_new .title h1{
	color :#c3002f;
	font-weight: 700;
	position: relative;
	padding-top: 30px;
}
#whats_new .title h1::after{
	position: absolute;
	top : 0;
	left : 0;
	background-color: #c3002f;
	content: " ";
	height: 3px;
	width: 25px;
}
#whats_new .title h4{
	color : #4e4e4e;
	position: relative;
	padding-bottom: 30px;
}
#whats_new .title h4::after{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #c3002f;
	content: " ";
	width: 20px;
	height: 3px;
}
#whats_new .title p{
	margin-bottom:15px
}
#whats_new .title p.publish{
	color: grey;
}

@media only screen and (max-width: 992px) {
	#whats_new .img{
		padding-left: 0px;
	}
	#whats_new .title h1{
		max-width: 100%;
		padding-top: 15px;
		font-size: 30px;
	}
	#whats_new .title h4{
		font-size: 20px;
	}
}