.top-0 {
    top: 0 !important;
}
.position-absolute {
    position: absolute !important;
}
.landing-hero  {
    z-index: 1;
}

.dashboard-img img {
    width: 100%;
}
.hero-about {
    padding-bottom: 11rem !important;
    margin-bottom: -11rem;
    z-index: 1;
}

.pt-5 {
    padding-top: 3.5rem !important;
  }



.home-about {
    padding-bottom: 3rem;
    background-position: 50%;
}

   .display-10 {
        font-size: 1.3rem;
    }
       .display-7 {
        font-size: 1rem;
    }

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.0rem;
    }
   

     .display-10 {
        font-size: 1.5rem;
    }
       .display-7 {
        font-size: 1.3rem;
    }
}



