.paragraph--type--me-cards .cards {
  padding: 24px;

  @media (min-width: 992px) {
    padding: 60px;
  }
}

.cards--bg-black {
  background-color: #262A2D;
  color: #fff;
}

.cards--bg-white {
  background-color: #fff;
  color: #000;
}

.cards--bg-black a {
  color: #fff;
}

.cards__header {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;

  @media (min-width: 992px) {
    gap: 80px;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Brand-red accent underline hugging the heading text (same pattern as
   .art-carousel__title / .me-collection__title). */
.cards__title.h2 {
  border-bottom: 7px solid #D6001C;
  font-size: 64px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 4px;
  width: fit-content;
}

.cards__intro {
  font-size: 16px;
  line-height: 24px;
}

.cards__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-top: 40px;

  @media (min-width: 992px) {
    gap: 80px;
    grid-template-columns: repeat(2, 1fr);
  }
}
