.logo-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

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

.logo-column-image {
  align-self: center;
  width: 100%;
}
