#about_box_container{
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
        align-items: center;
        margin: 0 auto;
}
 
 #service_box_container{
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
        align-items: center;
        margin: 0 auto;
}

 /* Inserting this collapsed row between two flex items will make 
 * the flex item that comes after it break to a new row */
.box_break {
  flex-basis: 100%;
  height: 0px;
}

.about_image{ 
        width:50%;
        height:50%;
}

.box_text{ /* text container for alignment */
        width:50%;    
        line-height: 150%;
        padding: 0px 30px 0px 30px;  
}

span.info { /*text */
  display: inline-block;
  vertical-align: middle;
  text-align:left;
  
}
