/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 04:38:49 */
.employees .is-layout-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 999px) {
  .employees .is-layout-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 666px) {
  .employees .is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.employe .bowe-media img {
  border-radius: 20px !important;
}
