/* Investment Journey Styles */
.investment_journey {
  padding: 3rem 0;
}
.mf_investment_journey {
  background-color: var(--pink_light);
}
.mf_investment_journey .card {
  transition: .5s ease-out;
}
.investment_journey .heading_text h2 {
  font-size: var(--font-size-36);
  font-family: Manrope, sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.investment_journey .card-header {
  background-color: rgb(255 255 255 / 3%);
}
.InvJourney {
  border: 1px solid #09BB90 !important;
}
.InvJourney .card-header {
  background-color: #09BB90;
  color: white;
}
.investment_journey .heading_text p {
  font-size: var(--font-size-16);
  font-family: Manrope, sans-serif;
  font-weight: 400;
  color: #0e1513;
  text-align: center;
}
.investment_journey .card {
  border: 0;
}
.mf_landing .investment_journey .card {
  border: 1px solid rgb(237 233 233);
  height: 300px !important;
}
.investment_journey .card .card-title {
  font-size: var(--font-size-16);
  font-family: PPMori-Regular!important;
}
.investment_journey .card .card-text {
  font-size: var(--font-size-14);
  font-family: PPMori-Regular;
  color: #5a5a5a;
}
.mf_landing .investment_journey .card .card-header {
  background-color: white;
}
.mf_landing .investment_journey .card-body {
  position: relative;
}
.mf_landing .investment_journey h4 {
  font-size: var(--font-size-16);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 1.5rem;
  bottom: 0;
}
.mf_landing .investment_journey .card p {
  font-family: manrope;
  font-size: var(--font-size-13);
}