/* Highlight (BEM) */
.highlight__title {
  color: #1F2937;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 1rem;
}
.highlight__intro {
  color: #4b5563;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 0;
}
.highlight__sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.highlight__section {
  background: #f3f4f6 !important;
  border-radius: .5rem;
  font-weight: 400;
  padding: 1.5rem;
}