.hero-image-section{
    background-image: url('../images/image (12).png');
    background-position: top center;
}
.page-hero-section{
    height: calc(100vh - 118px);
    width: 100%;
    background-position: top center;
    background-size: cover;
}
  
  .dark-overlay-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .about-investment-card{
    background-image: url('../images/feature-card-bg-shape1-1 1.png');
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 25px #00000033;
    border-radius: 25px;
    background-color: #fff;
    text-decoration: none;
  }
  .about-card-btn{
    color: #00000099;text-decoration: underline;
    margin-top: 30px;

  }

  .about-investment-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .about-investment-card:hover {
    transform: translateY(-20px); /* Move up by 10px */
    box-shadow: 0px 0px 25px #FFAC00;

  }
  .ourMission{
    background-color: #FDF8EA;
    padding-top: 100px;
    padding-bottom: 100px;
  }


  .our-goal-card {
    border-radius: 44px;
    background-color: #fff;
    overflow: hidden;
  }
  
  .donating-card-body img {
    border-radius: 22px;
  }
  
  .our-goal-card img {
    border-radius: 22px;
  }
  .our-goal-card {
    height: 100%;
    box-shadow: 0px 0px 18px #00000040;
  
  }
  @media(min-width: 1400px){
    .our-goal-card h3{
        height: 100px;
      }
  }
  @media(min-width: 1700px){
    .our-goal-card h3{
        height: 150px;
      }
  }