.price-and-duration h5 {
  font-size: 18px;
}

.price-and-duration h5 img {
  width: 40px;
}

.features-list img {
  width: 30px;
}

.features-list p {
  font-size: 20px;
  font-weight: 600;
}

.invest-option__item .icon img {
  width: 50px;
}

/* steps css */
.step-list {
  max-width: 735px;
}

.step-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 28px;
}

.step-icon {
  width: 80px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #222;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.step-icon img {
  width: 36px;
  height: 36px;
}

.step-text {
  margin-left: -32px;
  padding: 15px 32px 15px 52px;
  border: 2px solid #222;
  border-radius: 0 8px 8px 0;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  background: #fff;
  width: 100%;
  position: relative;
}

.step-text span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #f29718;
  text-stroke: 2px #f29718;
  opacity: 0.6;
}

@media (max-width: 567px) {
  .step-text {
    font-size: 18px;
    padding: 15px 32px 15px 34px;
  }

  .step-text span {
    font-size: 26px;
  }
}

.info-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.info-box li {
  width: 100%;
}

/*  */
.investment-cards .invest-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  padding: 40px 32px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.investment-cards .invest-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #f39b20;
}

.investment-cards .invest-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(243, 155, 32, 0.2);
  border-color: #f39b20;
}

.investment-cards .card-number {
      position: relative;
    top: -8px;
    width: 48px;
    height: 48px;
    background: #f39b20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.investment-cards .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  padding-right: 60px;
}

.investment-cards .card-description {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}

.investment-cards .text-highlight {
  color: #f39b20;
  font-weight: 600;
}
