.page-banner.service {
    background-image: url(../images/service-banner.jpg);
}
.page-title {
    color: #41651e;
}
img.border {
    border: 3px solid #314f13;
    float: right;
    margin: 0 0 45px 45px;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	img.border {
	    max-width: 50%;
	}
}
@media screen and (max-width: 479px) {
	img.border {
	    max-width: 100%;
	}
	.p-text {
	    padding-bottom: 40px;
	}
}