.logoContainer {
  display: flex;
  align-items: center;
  margin-bottom: calc(12 * var(--xxs-vh));
}

.logoImage {
  height: 2.08333vw;
  min-height: 30px;
  max-height: 50px;
  width: 2.08333vw;
  min-width: 30px;
  max-width: 50px;
  border-radius: 50%;
}