.stacked:first-child {
	padding-top:    0;
}
.stacked {
	padding-top:    0;
	padding-bottom: 0;
}
.wrap__page-content img {
    max-width: 100%;
    height:    auto !important;
}

/*-------SEO-Blog-Service-Page-------*/
.serviceimg {
        float: right;
        margin: 0 0 10px 10px;
    }

.blog__post .blog-singlepost__content ul {
    list-style: disc;
}
.blog__post .blog-singlepost__content ol {
    list-style: decimal;
}
.blog__post .blog-singlepost__content ul, .blog__post .blog-singlepost__content ol {
    padding: 0 0 0 30px;
}
/*------SEO-Blog-Service-Page-END-------*/



	
@media(max-width: 767px) {
    .serviceimg {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}


img.rfimg{
    float: right;
    margin-left:12px;
    width:100%;
    max-width:400px;
}

