section#services-hero {
  width: 100%;
  height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-blue);
  color: var(--white);
}

section#request-form {
  padding-block: 2rem;
}
