section[data-cattype="403"]{
    
	
}

section[data-cattype="403"] .col-sm-12.title{
	text-align: center;
}

section[data-cattype="403"] h2{
    margin-bottom: 40px;
	color: #5a595e;
	font-size: 28px;
	font-weight:600;
	font-family: 'open_sansregular';
	position: relative;
}


section[data-cattype="403"] .btn-learn-more{
	padding: 10px 25px;
	background: #d8ac2f;
	color: #000;
	display: inline-block;
	border-radius: 15px;
}

section[data-cattype="403"] .btn-learn-more:hover{
	background: #999;
	color: #fff;
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
	[data-cattype="403"] .col-sm-6 img{
		margin-bottom: 10px;
	}

}