.departments .details p.questiontext {
  color: #1977cc;
  font-size: 1.5rem;
  margin-top: 10px;
}
.departments .details p {
  text-align: justify !important;
  width: 100%;
}
.departments .details h3.handouthead {
  color: #1977cc;
}
.departments .details p.imgdisp {
  text-align: center !important;
}
#pgheadhero {
  width: 100%;
  height: 45vh;
  background: url("../img/pageheadbg.png") top right;
  background-size: cover;
  margin-bottom: 10px;
}
#pgheadhero .container {
  position: relative;
  margin-top: 50px;
}
#pgheadhero h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;

  color: #2c4964;
}
#pgheadhero h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-transform: initial;
  color: #2c4964;
}

/*

@media (min-width: 1024px) {
  #pgheadhero {
    background-size: cover;
    background-repeat: no-repeat;
  }
}


#pgheadhero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#pgheadhero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#pgheadhero .btn-get-started:hover {
  background: #3291e6;
}



@media (max-width: 992px) {
  #pgheadhero {
    margin-bottom: 0;
    height: 100vh;
  }
  #pgheadhero .container {
    padding-bottom: 63px;
  }
  #pgheadhero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #pgheadhero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #pgheadhero {
    height: auto;
  }
}
*/
