.HeaderSection {
  display: flex;
  flex-direction: column;
  gap: var(--spaces);
  padding: 50px 0;
}

.HeaderSection--grey {
  background-color: var(--clr-greyLight);
  background-image: url('../Images/Hero/Background.svg');
  background-repeat: repeat;
}
