/* Finitions responsive communes à la nouvelle identité. */

@media (max-width: 68rem) {
  .value-band {
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
  }

  .value-band > h2 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .value-band > *,
  .value-band__notes,
  .value-band__notes > * {
    min-width: 0;
    max-width: 100%;
  }
}


@media (max-width: 48rem) {
  .value-band h2 {
    font-size: clamp(3.6rem, 18vw, 4.5rem);
  }
}
