.enterp-logo-container {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
}
.enterp-partner-logo {
  height: 100px;
  width: fit-content;
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  & img {
    height: 100%;
  }
}

.need-fix {
  color: var(--tsh-r) !important;
}
