.logo-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.small-logo {
  width: 48px;
  height: 48px;
}

.logo-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
