.investment-future {
  width: 100%;
  padding: 75px 0;
  /* background: #f3f5f8; */
  overflow: hidden;
}

.investment-future .investment-future__image-col {
  display: flex;
  justify-content: center;
}

.investment-future .investment-future__image {
  width: 100%;
  /* height: 265px; */
  overflow: hidden;
  border-radius: 8px;
}

.investment-future .investment-future__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.investment-future .investment-future__content {
  padding-left: 55px;
}

.investment-future .investment-future__content h2 {
  margin: 0;
  color: #252525;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
}

.investment-future .investment-future__content h2 span {
  font-style: italic;
}

.investment-future .investment-future__features {
  margin-top: 25px;
}

.investment-future .investment-future__feature {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 11px;
}

.investment-future .investment-future__feature span {
  width: 13px;
  height: 13px;
  min-width: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #32c94a;
  color: #ffffff;
  font-size: 8px;
}

.investment-future .investment-future__feature p {
  margin: 0;
  color: #252525;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.investment-future .investment-future__stats {
  display: flex;
  gap: 45px;
  margin-top: 34px;
}

.investment-future .investment-future__stat {
  display: flex;
  flex-direction: column;
}

.investment-future .investment-future__stat strong {
  margin-bottom: 3px;
  color: #2864df;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
}

.investment-future .investment-future__stat span {
  color: #252525;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 991px) {
  .investment-future {
    padding: 60px 0;
  }

  .investment-future .investment-future__content {
    padding-left: 25px;
  }

  .investment-future .investment-future__image {
    width: 100%;
    max-width: 500px;
  }

  .investment-future .investment-future__stats {
    gap: 35px;
  }
}

@media (max-width: 767px) {
  .investment-future {
    padding: 45px 15px;
  }

  .investment-future .investment-future__image-col {
    margin-bottom: 35px;
  }

  .investment-future .investment-future__image {
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 265;
  }

  .investment-future .investment-future__content {
    padding-left: 0;
  }

  .investment-future .investment-future__content h2 {
    font-size: 26px;
  }

  .investment-future .investment-future__features {
    margin-top: 22px;
  }

  .investment-future .investment-future__stats {
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
  }

  .investment-future .investment-future__stat strong {
    font-size: 19px;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {
  .investment-future .investment-future__content h2 {
    font-size: 23px;
  }

  .investment-future .investment-future__stats {
    gap: 10px;
  }

  .investment-future .investment-future__stat strong {
    font-size: 17px;
  }

  .investment-future .investment-future__stat span {
    font-size: 10px;
  }
}
