.quote-widget__content {
  max-width: 485px;
  margin: auto;
}
.quote-widget__content-quote {
  background: #fff;
  padding: 24px 21px 25px 24px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  border-radius: 20px;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 17px;
}
.quote-widget__content-quote--icon {
  position: absolute;
  top: -28px;
  left: -40px;
  z-index: 1;
}
.quote-widget__content--user {
  display: flex;
  gap: clamp(16px, 2vw, 32px);
}
.quote-widget__content--user__logo {
  margin: auto 0;
}
.quote-widget__content--user__info-name {
  font-weight: 700;
}
.quote-widget__content--user__delimeter {
  height: auto;
  width: 1px;
  background: #595959;
}

@media (max-width: 767px) {
  .quote-widget__content-quote {
    padding-top: 44px;
  }
  .quote-widget__content-quote--icon {
    left: -10px;
  }
  .quote-widget__content--user {
    justify-content: center;
  }
}
