.investor-review {
  --gap: 3.4666666667vw;
}
@media (min-width: 720px) {
  .investor-review {
    --gap: 1.25vw;
  }
}
@media (min-width: 1281px) {
  .investor-review {
    --gap: 0.8333333333vw;
  }
}
@media (min-width: 2400px) {
  .investor-review {
    --gap: 20px;
  }
}
.investor-review {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  width: 100%;
}
.investor-review__head {
  --gap: 5.6vw;
}
@media (min-width: 720px) {
  .investor-review__head {
    --gap: 2.03125vw;
  }
}
@media (min-width: 1281px) {
  .investor-review__head {
    --gap: 1.3541666667vw;
  }
}
@media (min-width: 2400px) {
  .investor-review__head {
    --gap: 32.5px;
  }
}
.investor-review__head {
  display: flex;
  gap: var(--gap);
  align-items: center;
}
.investor-review__avatar {
  --width: 19.2vw;
  --border-width: 0.6666666667vw;
}
@media (min-width: 720px) {
  .investor-review__avatar {
    --width: 7.03125vw;
  }
}
@media (min-width: 720px) {
  .investor-review__avatar {
    --border-width: 0.234375vw;
  }
}
@media (min-width: 1281px) {
  .investor-review__avatar {
    --width: 4.6875vw;
  }
}
@media (min-width: 1281px) {
  .investor-review__avatar {
    --border-width: 0.15625vw;
  }
}
@media (min-width: 2400px) {
  .investor-review__avatar {
    --width: 112.5px;
  }
}
@media (min-width: 2400px) {
  .investor-review__avatar {
    --border-width: 3.75px;
  }
}
.investor-review__avatar {
  width: var(--width);
  height: var(--width);
  border-radius: var(--width);
  border: var(--border-width) solid #a09889;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.investor-review__head-content {
  --gap: 2.1333333333vw;
}
@media (min-width: 720px) {
  .investor-review__head-content {
    --gap: 0.46875vw;
  }
}
@media (min-width: 1281px) {
  .investor-review__head-content {
    --gap: 0.3125vw;
  }
}
@media (min-width: 2400px) {
  .investor-review__head-content {
    --gap: 7.5px;
  }
}
.investor-review__head-content {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.investor-review__role {
  color: var(--color-wetty-asphalt);
}
.investor-review__review {
  color: var(--color-wetty-asphalt);
}
.investor-review_rating_gold .investor-review__avatar {
  border-color: #eee977;
}
.investor-review_rating_silver .investor-review__avatar {
  border-color: var(--color-elephant-bone);
}
.investor-review_rating_bronze .investor-review__avatar {
  border-color: #ebd59A;
}

