/**
 * Team CSR Ghana — layout overrides (do not edit oxpins.css)
 * Equal-height project highlight cards; even X/Y gutters in .causes-three
 */
.causes-three .row {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 1.75rem;
  margin-bottom: 1.75rem; /* match column gutter between separate .row blocks */
}

.causes-three .row:last-of-type {
  margin-bottom: 0;
}

.causes-three .row > [class*="col-"] {
  display: flex;
  margin-bottom: 0;
}

.causes-three .causes-one__single {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 1 auto;
  margin-bottom: 0; /* kill theme 30px — gutters handle spacing */
}

.causes-three .causes-one__img {
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
}

.causes-three .causes-one__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.causes-three .causes-one__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.causes-three .causes-one__text {
  flex: 1 1 auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .causes-three .causes-one__single:hover .causes-one__img img {
    transform: none;
  }
}
