.investors-map__image {
  height: calc(19vw + 205px);
}
@media screen and (min-width: 768px) {
  .investors-map__image {
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .investors-map__image {
    height: calc(30vw + 45px);
  }
}
@media screen and (min-width: 1440px) {
  .investors-map__image {
    height: 475px;
  }
}
