
#about-us .colgroup .col {}


#about-us-image {
    padding-right: 50px; 
}

#about-us-image img {
    width: 100%; height: auto; 
}

/* 	RWD
	---------------------------------- */ 
	
@media (max-width: 750px) {  
    #about-us-image  {
        padding-right: 0px; 
        padding-bottom: 50px; 
    }
}