
.wb-q__wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-family: var(--ff-base);
  color: #05052B;
  border-radius: 0.5rem;
}

.wb-q__quote {
  color: #00B9BE;
  font-size: 6rem;
  line-height: 100%;
}

.wb-q__text {
  margin: 0;
  padding: 2rem 0 1.38rem 0;
  font-family: 'Albra';
  font-size: 2.125rem;
  width: 85%;
  color: #05052B;
  line-height: 117.647%;
}

.wb_q__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.69rem;
  padding: 0 0 1rem 0;
}

.wb_q__logos img:first-child {
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 900px;
  background: linear-gradient(188deg, #563CFF 8.49%, #1D14FF 36.51%, #00F 53.92%, #2A2295 84.21%);
}

.wb_q__logos img:last-child {
  max-width: 18.75rem;
}

.wb-q__name {
  font-weight: 700;
  rgba(5, 5, 43, 0.60))
}

.wb-q__position {
  color: rgba(5, 5, 43, 0.60);
}

@media screen and (max-width: 768px) {
  .wb-q__text {
    font-size: 1.625rem;
  }
}