.investor {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

.investor-block {
  position: relative;
  background-color: #fff;
  padding: 3.75rem 1.25rem;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
}

.investor-block h2 {
  line-height: 1;
}

.investor-block .desc {
  color: #828CA9;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: -0.4px;
  margin-top: 0.9375rem;
  max-width: 400px;
}

.investor-block .bx {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.investor-block .bx:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
  .investor-block .bx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .investor-block .bx:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .investor-block {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .investor-block .desc {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
  .investor-block .bx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .investor-block .bx:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    max-width: 43%;
  }
}

@media (min-width: 1280px) {
  .investor-block {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}