/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2025 | 06:30:03 */
.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.team-grid .wp-block-post-featured-image :where(img) {
  object-position: center top;
}
@media only screen and (max-width: 999px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
