.mod_ourService .container{}

.bfservice{
	background-color:black;
	padding-bottom:3em
}

.bfservice h2{
	font-size:2.1em;
	color:#ccc;
	margin-bottom:0.5em
}

.bfservice h5{
	font-size:1.4em;
	color:#ddd;
	margin:0;
	font-weight:bold
}

.mod_gallery_title.bfservices_mod_title{
	position:relative;
	float:left;
	background-color: #202020;
}

.bfs_block{
	float:left;
	text-align:center;
}

.bfs_img_block{
	padding: 3em  0;
	text-align:center
}

.bfs_block .bfs_img_block img{ opacity:0.5; max-width:65% }

.bfs_block:hover img{opacity:0.8}

.bfservice .bfs_block:hover h2, .bfservice .bfs_block:hover h5{ color: white}

@media only screen and (max-width: 1199px){
	.gallery_container.mod_ourService{ width:100%}
	}

@media only screen and (max-width: 1199px) and (min-width: 875px) { 
	.bfs_block{ 
		max-width:33.33%;
	}
}

@media only screen and (max-width: 874px) and (min-width: 481px){
	.bfs_block{ 
		width:50% !important;
	}
}

@media only screen and (max-width: 480px){
	.bfs_block{ 
		max-width:50%;
		min-width:232px
	}
	.bfs_block .bfs_img_block img{  max-width:75% }
}
