#app .fund-site h2 {
  font-size: 48px;
}


#app .fund-site .h1 {
  font-size: 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #app .fund-site .h1 {
    font-size: 46px;
  }

  #app .fund-site h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #app .fund-site #app .fund-site #app .fund-site #app .fund-site .h1 {
    font-size: 40px;
  }

  #app .fund-site h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  #app .fund-site .h1 {
    font-size: 34px;
  }

  #app .fund-site h2 {
    font-size: 30px;
  }
}

#app .fund-site h6 {
  font-size: 18px;
}

#app .fund-site a {
  /* color: inherit; */
  /* display: inline-block; */
  /* line-height: inherit; */
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#app .fund-site a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

#app .fund-site .btn:focus {
  outline: none;
  box-shadow: none;
}

#app .fund-site a:hover {
  text-decoration: none;

}


#app .fund-site .btn.btn-large {
  font-size: 15px;
  font-weight: 500;
  border-style: solid;
  border-radius: 0;
  border-color: transparent;
  border: 2px solid #ffffff;
  padding: 0 36px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  height: 54px;
  line-height: 54px;
  letter-spacing: 0em;
  color: #ffffff;
  background: transparent;
  transform: translateY(0px);
}

#app .fund-site .img-fluid.filter {
  filter: saturate(0.33) hue-rotate(-50deg);
}

#app .fund-site .service_text ul {
  text-align: left;
  ;
}



#app .fund-site .hero-branding.top,
#app .fund-site .hero-startup {
  height: 60vh;
  justify-content: center;
  align-items: center;
}

@media screen and (max-height:1000px) {

  #app .fund-site .hero-branding.top,
  #app .fund-site .hero-startup {
    height: 70vh;

  }

}

@media screen and (max-height:700px) {

  #app .fund-site .hero-branding.top,
  #app .fund-site .hero-startup {
    height: 100vh;

  }

  #app #startpage.fund-site .hero-branding.top,
  #app  #startpage.fund-site  .hero-startup {
    height: 70vh;

  }

}