section.block-investors {
  background-color: var(--wp--preset--color--light);
  padding-top: var(--wp--preset--spacing--4-xl);
  padding-bottom: var(--wp--preset--spacing--4-xl);
}
@media screen and (max-width: 768px) {
  section.block-investors {
    padding-top: var(--wp--preset--spacing--4-xl-mobile);
    padding-bottom: var(--wp--preset--spacing--4-xl-mobile);
  }
}
section.block-investors .block-investors__content {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  section.block-investors .block-investors__content {
    flex-direction: column;
    gap: 30px;
  }
}
section.block-investors .block-investors__content--left, section.block-investors .block-investors__content--right {
  flex: 1;
}
section.block-investors .block-investors__content--left {
  max-width: 558px;
  border-radius: 15px;
  background: url("/app/uploads/bg-investors2x.png?v=2") lightgray 50%/cover no-repeat;
}
section.block-investors .investors-list {
  color: var(--wp--preset--color--grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
section.block-investors .investors-list li {
  padding: 30px 0;
  border-bottom: 1px solid #DDD;
  display: flex;
  align-items: center;
  gap: 30px;
}
section.block-investors .investors-list li:first-child {
  padding-top: 0;
}
section.block-investors .investors-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
section.block-investors .investors-list li div {
  flex: 1;
}
section.block-investors .investors-list li div :last-child {
  margin-bottom: 0;
}
section.block-investors .investors-list li span {
  border: 1px solid rgba(0, 20, 55, 0.5);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.block-investors .investors-list li span {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  section.block-investors .investors-list li span svg {
    width: 20px;
    height: 20px;
  }
}
section.block-investors .investors-list li h3 {
  color: var(--wp--preset--color--grey);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 5px;
}