.highlightedSection.brxe-section {
  color: var(--bricks-color-light);
}

.highlightedSection-wrap.brxe-div {
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--padding-l);
  padding-bottom: var(--padding-l);
}

.highlightedSection-header.brxe-div,
.highlightedSection-content.brxe-div {
  width: 100%;
  max-width: 100rem;
}

.highlightedSection-title h1,
.highlightedSection-title h2,
.highlightedSection-title h3,
.highlightedSection-title h4,
.highlightedSection-title h5,
.highlightedSection-title h6 {
  margin: 0;
}

.highlightedSection-text {
  max-width: 76rem;
}

.highlightedSection-subtitle {
  text-transform: uppercase;
}
