#application-hero .container {
    padding: 85px 10px 85px;
}

#application-hero .hero-title {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
    letter-spacing: 0%;
    color: #26A5FE;
    margin-bottom: 21px;
}

#application-hero .hero-title span {
    color: #00ECC1;
}

#application-hero .hero-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 23px;
}

#application-hero .app-btns {
    display: flex;
    gap: 15px;
}

#application-hero .app-btns a {
    text-decoration: none;
}

#press-milestones.get-more .steps {
  justify-content: space-between;
}

#finance-tracking .container {
    padding: 85px 10px;
}

#finance-tracking .get-app-btn {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 30px;
  width: auto;
  height: 99px;
  border-radius: 15px;
  background: #fff;
  background-image: none;
  background-origin: padding-box;
  background-clip: border-box;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(289.39deg, #37F4A9, #26A5FE);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  padding: 13px;
  text-decoration: none;
  color: #000;
  margin-top: 30px;
}

#finance-tracking .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    color: #26A5FE;
}

#finance-tracking .sub-heading {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}