.logoWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.patternLogo {
  width: var(--logo-width);
  height: var(--logo-height);
  path,
  g {
    fill: var(--blue);
  }
}
