.section-investors {
  background-repeat: no-repeat;
  background-position: top 95px right 0;
  display: flex;
  flex-direction: column;
}
.section-investors__title {
  margin-bottom: 31.25px;
}
.section-investors__body {
  margin-bottom: 31.25px;
  line-height: 1.5;
  font-weight: bold;
  max-width: 650px;
}
.section-investors__list {
  list-style: none;
  margin: 0;
  max-width: 420px;
}
.section-investors__list li {
  padding-left: 40px;
  margin-bottom: 31.25px;
  font-size: 14px;
  background: url(../../../images/check-mark.png) no-repeat;
}
.section-investors__link {
  margin-top: 31.25px;
}
.section-investors__link a {
  background-color: #e94347;
  padding: 12px 35px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  border: solid 1px #e94347;
  box-shadow: 3px 3px 5px #f9cccd, -3px 3px 5px #f9cccd;
}
.section-investors__link a:hover {
  background-color: #df1a1f;
}
.section-investors__link a:active {
  box-shadow: 1px 1px 5px #f49ea0, -1px 1px 5px #f49ea0;
}
.section-investors__link a.loading {
  background-color: #ee7174;
  cursor: wait;
}
.section-investors__link a.focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px orange;
}
@media screen and (max-width: 992px) {
  .section-investors {
    background-image: none !important;
  }
  .section-investors__body {
    max-width: none;
  }
  .section-investors__list {
    max-width: none;
  }
  .section-investors__link {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section-investors__title {
    text-align: center;
  }
  .section-investors__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 452px;
  }
  .section-investors__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 452px;
    text-align: left;
  }
  .section-investors__link {
    text-align: center;
  }
}

/*# sourceMappingURL=investors.css.map */
