section[data-cattype="403"]{
    padding: 50px 0;
}

[data-cattype="403"] h2{
    position: relative;
    padding-left: 55px;
    text-align: left;
}

[data-cattype="403"] h2:before{
    position: absolute;
    content: '';
    background-image: url(../../../data/ckfinder/images/divider.png);
    background-size: contain;
    background-repeat: no-repeat;
    width:46px;
    height: 14px;
    left: 0;
    top:32%;
}


[data-cattype="403"] .home-about-img{
	margin-top: 30px;
}






@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="403"] h2{
        padding-left: 0;
    }
    
    [data-cattype="403"] h2:before{
        content: none;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
	section[data-cattype="403"]{
        padding: 50px 0 20px;
    }

	[data-cattype="403"] .home-about-img{
        margin-top: 0;
    }


	[data-cattype="403"] .col-sm-6 img{
		margin-bottom: 10px;
	}
    
    [data-cattype="403"] h2{
        padding-left: 0;
    }
    
    [data-cattype="403"] h2:before{
        content: none;
    }

}