.brands-cta {
  z-index: 1;
  display: flex;
  justify-content: center;
}

.brands-cta__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.4rem;
  max-width: 38rem;
}

.brands-cta__wrapper * {
  margin: 0;
}

@media screen and (min-width: 990px) {
  .brands-cta__wrapper {
    max-width: 54rem;
  }
}
