.top-investors__title {
  --margin-bottom: 3.2vw;
}
@media (min-width: 720px) {
  .top-investors__title {
    --margin-bottom: 1.25vw;
  }
}
@media (min-width: 1281px) {
  .top-investors__title {
    --margin-bottom: 0.8333333333vw;
  }
}
@media (min-width: 2400px) {
  .top-investors__title {
    --margin-bottom: 20px;
  }
}
.top-investors__title {
  margin-bottom: var(--margin-bottom);
  color: var(--color-wetty-asphalt);
}
.top-investors__photo-stack {
  --margin-top: 4.6666666667vw;
}
@media (min-width: 720px) {
  .top-investors__photo-stack {
    --margin-top: 1.71875vw;
  }
}
@media (min-width: 1281px) {
  .top-investors__photo-stack {
    --margin-top: 1.1458333333vw;
  }
}
@media (min-width: 2400px) {
  .top-investors__photo-stack {
    --margin-top: 27.5px;
  }
}
.top-investors__photo-stack {
  margin-top: var(--margin-top);
}
.top-investors__total-count {
  --margin-top: 1.0666666667vw;
}
@media (min-width: 720px) {
  .top-investors__total-count {
    --margin-top: 0.625vw;
  }
}
@media (min-width: 1281px) {
  .top-investors__total-count {
    --margin-top: 0.4166666667vw;
  }
}
@media (min-width: 2400px) {
  .top-investors__total-count {
    --margin-top: 10px;
  }
}
.top-investors__total-count {
  margin-top: var(--margin-top);
  color: var(--color-wetty-asphalt);
}
.top-investors__how-it-works {
  margin-left: 1em;
}
