@media (min-width: 1024px) {
  .goals-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
    align-items: stretch;
  }
  .goals-row > .clippath-objectif {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .goals-row > .clippath-objectif > .h-full.flex-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
