/* BRAVE RENDER — About What We Do v38
   Keep original About layout. Only fixes equal image boxes for the four cards. */
.about-what-grid.br-about-what-services-images-v38 .about-what-card {
  min-width: 0 !important;
}
.about-what-grid.br-about-what-services-images-v38 .about-what-image-wrap {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  overflow: hidden !important;
  display: block !important;
}
.about-what-grid.br-about-what-services-images-v38 .about-what-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
@media (max-width: 767px) {
  .about-what-grid.br-about-what-services-images-v38 .about-what-image-wrap {
    aspect-ratio: 4 / 5 !important;
  }
}
