.jumbotron {
  min-height: 28rem;
  background-image: url(https://dealpos-media.b-cdn.net/umbraco/accounting/acc_dashboard.png);
  background-color: cornflowerblue;
  background-position: calc(50% - -300px) 60%;
  background-repeat: no-repeat;
}

p.h4 {
  line-height: 1.5;
}

p.h5 {
  line-height: 1.5;
}

p.h6 {
  line-height: 1.8;
}

.keycolor {
  color: rgb(166, 187, 255);
}

@media screen and (max-width: 991px) {

  .jumbotron {
    background-position: center 14%;
    background-size: 70%;
  }

  div.jumbotron h1 {
    width: 100%;
    padding-top: 19rem;
  }
}

@media (max-width: 575.98px) {
  .jumbotron {
    background-size: 85%;
    background-position: center 8%;
  }

  div.jumbotron h1 {
    width: 100%;
    padding-top: 11.6rem;
  }
}
