.colored-text-bar {
  background-color: rgb(var(--color-base-background-2));
}

.colored-text-bar .flex-grid {
  padding: 6rem 3rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .colored-text-bar .flex-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

h2 {
  font-size: 3.5rem;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 1.5rem;
  color: rgb(var(--color-base-text-light));
}
