.service_outside_layout{
display: flex;
justify-content: center;
background-color:#EBECF0;
width: 100%;
   
}
.service_inner_layout{
margin: 15px 0;
display: flex;
padding: 30px;
flex-direction: column;
width: 100%;
background-color: white;
    
}
.service_social_media{
    
    display: flex;
    flex-direction: row;
    justify-content: center;

    
    
}

.service_social_media a{
    
  padding: 7px 5px;
    
    
}
.service_post{
    
    width: 100%;
    
}
.service_info{
    width: 100%;
}

.service_info p,{

    width: 100%;
}
.service_info ol{

    width: 100%;
    padding: 15px;
}
.service_info ul{

    width: 100%;
    padding: 15px;
}
.service_post h1{
    
    padding: 20px 0;
    
}
.service_photo{
    width: 100%;
    
}

.service_photo img{
    width: 100%;
    
}

.service_related{
    width: 100%;
    text-align: center;
    
}

.service_related_info{
    border: 1px solid #EBECF0;
    padding: 5px 10px;
    margin: 10px 0;
}

.service_related_info h4:after {
  display: block;
  height: 2px;
  background-color: black;
  content: "";
  width: 15%;
  margin: 0 auto;
  margin-top: 20px;
}
.service_heading{
    font-weight: bold;
}
.service_post_title{
    color: gray;
    
}

.anchor_service_heading{
    color: black;
    
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    margin-top: 15px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.pull-left {
    float: left!important;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}


@media only screen and (min-width: 931px){
    
    .service_outside_layout{
display: flex;
justify-content: center;
background-color:#EBECF0;
width: 100%;
   
}
.service_inner_layout{
margin: 15px 0;
display: flex;
flex-direction: row;
justify-content: space-around;
width: 81.5%;
background-color: white;
    
}
.service_social_media{
    
    display: flex;
    flex-direction: column;
    padding: 128px 0;
    
    
}

.service_social_media a{
    
  padding: 7px 5px;
    
    
}
.service_post{
    
    width: 60%;
    
}
.service_info{
    width: 100%;
}

.service_info p,{

    width: 100%;
}
.service_info ol{

    width: 100%;
    padding: 15px;
}
.service_info ul{

    width: 100%;
    padding: 15px;
}
.service_post h1{
    
    padding: 20px 0;
    
}
.service_photo{
    width: 100%;
    
}

.service_photo img{
    width: 100%;
    
}

.service_related{
    width: 30%;
    padding: 128px 10px;
    text-align: center;
    
}

.service_related_info{
    border: 1px solid #EBECF0;
    padding: 5px 10px;
    margin: 10px 0;
}

.service_related_info h4:after {
  display: block;
  height: 2px;
  background-color: black;
  content: "";
  width: 15%;
  margin: 0 auto;
  margin-top: 20px;
}
.service_heading{
    font-weight: bold;
}
.service_post_title{
    color: gray;
    
}

.anchor_service_heading{
    color: black;
    
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    margin-top: 15px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.pull-left {
    float: left!important;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
    
    
    
    
}