/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 06 2020 | 04:58:27 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.vc_non_responsive #ourteam  .vc_row .vc_col-sm-4{
  width:100% ;

}
@media all and (min-width:48rem){
    .vc_non_responsive #ourteam  .vc_row .vc_col-sm-4{
    width:50%;
  }
}
@media all and (min-width:64rem){
    .vc_non_responsive #ourteam  .vc_row .vc_col-sm-4{
    width:33.33% ;
  }
}