.rmc-brand-statement {
  position: relative;
  overflow: hidden;
  background-color: var(--rmc-black);
  padding: 5.2rem 2rem;
  text-align: center;
}

.rmc-brand-statement__inner {
  position: relative;
  z-index: 2;
}

.rmc-brand-statement__line {
  font-family: var(--rmc-font-heading);
  text-transform: uppercase;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.15;
  margin: 0;
}

.rmc-brand-statement__line--1 {
  color: var(--rmc-white);
}

.rmc-brand-statement__line--2 {
  color: var(--rmc-hot-pink);
}
