.cw-testimony {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  flex: 1 0 0;

  border-radius: 24px;
  background: #FFF;
}

.cw-testimony__stars {
  color: #FF3068;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cw-testimony__text {
  color: #7A719B;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin: 0px;
}

.cw-testimony__user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cw-testimony__image {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.cw-testimony__title {
  color: #3B2A82;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.cw-testimony__subtitle {
  color: #3B2A82;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}


/*# sourceMappingURL=cw_testimony.min.css.map*/