.investors {
  padding: 4rem 0;
  color: #fff;
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  background-image: url(../assets/images/invest-bg-m.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #000;
}

.investors__title {
  margin-bottom: 2.4rem;
}

.investors__text {
  margin-bottom: 33.5rem;
}

.investors__button {
  width: 100%;
}

@media (min-width: 768px) {
  .investors {
    min-height: 67rem;
    align-content: center;
    background-image: url(../assets/images/invest-bg-d.webp);
  }

  .investors__title {
    margin-bottom: 3.2rem;
  }

  .investors__text {
    max-width: 51.2rem;
    margin-bottom: 10rem;
  }

  .investors__button {
    max-width: 44.7rem;
  }
}