.growth-investment {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  margin-top: 52px;
  padding: 36px 38px;
  background: linear-gradient(120deg, #172d4b, #10223b);
  border: 1px solid #4d6b90;
}

.growth-investment > div:first-child {
  padding-right: 36px;
  border-right: 1px solid #48617e;
}

.growth-investment > div:first-child > span {
  display: block;
  color: #87b8ff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.growth-investment h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2.3rem);
  line-height: 1.5;
  word-break: keep-all;
}

.growth-investment p {
  margin: 0 0 12px;
  color: #b8c5d4;
  font-size: .92rem;
  line-height: 1.85;
}

.growth-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.growth-services span {
  padding: 7px 12px;
  border: 1px solid #55769e;
  color: #dce9f8;
  font-size: .72rem;
  font-weight: 700;
}

@media (max-width: 720px) {
  .growth-investment {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 34px;
    padding: 24px 20px;
  }

  .growth-investment > div:first-child {
    padding-right: 0;
    padding-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid #48617e;
  }

  .growth-investment h3 { font-size: 1.35rem; }
  .growth-investment p { font-size: .9375rem; }
  .growth-services { gap: 7px; }
  .growth-services span { font-size: .6875rem; }
}
