.LogoSpacer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f3ef;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);
  z-index: 2;
}

.LogoSpacer-image {
  width: 550px;
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .LogoSpacer-image {
    padding: 0 20px;
  }
}
