/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 07:14:33 */
.latest-cases .is-layout-grid > :is(*, div) {
  background: var(--wp--preset--color--green-accent) !important;
  border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
  .latest-cases .wp-container-core-post-template-is-layout-acd39556 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 777px) {
  .latest-cases .wp-container-core-post-template-is-layout-acd39556 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.latest-cases .wp-block-post-excerpt__more-text {
  background: #9233EA;
  max-width: fit-content;
  padding: 3px 30px;
  border-radius: 5px;
}
.latest-cases a.wp-block-post-excerpt__more-link {
  color: #FFF !important;
}
