.services-cells-inner-page {
    float: left;
    width: 100%;
    padding-bottom: 33px;
    margin-bottom: 55px;
}
.services-cells-inner-page img {
	outline: solid 2px rgba(255,255,255,0.5);
	outline-offset: -11px;
	width: 38%;
	height: auto;
	
	margin-bottom: 95px;
}

.services-cells-inner-page:hover h2 {
	color: #F3BC14;
}
.services-cells-inner-page h2 {
    color: #0F3168;
    font-size: 33px;
    text-align: left;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 21px;
    margin-left: 0px;
}


#mypicheight {
}
#mypicheight img {
	height: 280px;
	object-fit: cover;
}
.picleft {
}
.picleft img {
	float: left;
	margin-right: 5%;
	
	box-shadow: 11px 11px 1px 0 #f1f1f1;
}
.picright {
}
.picright img {
	float: right;
	margin-left: 5%;
	
	box-shadow: -11px 11px 1px 0 #f1f1f1;
}


@media(max-width:480px){
    
.services-cells-inner-page img {
	
	width:100%;
	
	
	margin-bottom: 35px;
}    
    
    
}