/*
CTC Separate Stylesheet
Updated: 2023-02-08 11:35:29
*/

/*
.what-we-do {
  background-color: blue;
}

.what-we-do .cols {
  
}

.what-we-do .cols .col-1 {
  background-color:red;
}

.what-we-do .cols .col-2 {
  
}

.what-we-do .cols .col-3 {
  
}
*/