section#usedBy {
  background: var(--primary-background);
}

.usedBy {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.usedBy > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}

.usedBy > div .logo {
  height: 40px;
  color: red;
  font-weight: 600;
  font-size: 24px;
}
