/* @media (min-width: 1280px) {
  #nursingHeading h1 {
    width: 60%;
  }
} */
.lister{
  margin-bottom: 20px;
}
.rightblebox .primebtnStatic {
  font-size:  calc(1rem * var(--PMultiplier)) !important;
}
@media only screen and (min-width: 1000px) and (orientation: landscape) and (min-height: 600px) and (max-height: 900px) {
#doubleImageBanner .padT100{
  padding-top: initial;
  padding-bottom: 50px;
}
#nursingHeading .padT20 {
  padding-top: initial;
  padding-bottom: initial;
}
#doubleImageBanner .imgbox img {
  top: 3rem;
  max-width: 350px;
}
#doubleImageBanner .blueBox {
  padding: 0rem 5rem;
  min-height: 420px;
}
}
@media (max-width: 576px) {
  
 #nursingHeading{
  --FMultiplier: 0.8;
 }
}
