.home-details h3{
  font-size: 70px;
  margin-bottom: 0;
  line-height: 70px;
}
.home-details h5{
  letter-spacing: 2px;

}
#handbook h3{
  color: #e51937;
  font-size: 43px;
  font-weight: 400;
  width: 100%;
  line-height: 60px;
  letter-spacing: 2.25px;
}
#handbook h5{
  color: #303030;
  font-size: 60px;
  font-weight: 800;
  width: 100%;
  padding: 0;
}
#handbook h3:before {
    position: absolute;
    content: "";
    position: absolute;
    top: 30px;
    right: 150px;
    height: 4px;
    background: #d7d7d7;
    width: 150%;
}
#handbook h5:before {
  display: none;
}
/*mobile*/
@media (max-width: 484px) {
  .featured .details h3 {
    margin-bottom: 0;
    line-height: 40px;
  }
  .featured .details a{
    padding: 14px 2015;
    font-size: 14px;
    letter-spacing: 1.4px;
    display: block;
    min-width: 320px;
  }
  #handbook h5 {
    width:100%;
    font-weight: 400;
    letter-spacing: 1px;
  }
  #handbook h3 {
    font-size: 40px;
    line-height: 35px;
    font-weight: 800;
    letter-spacing: 0px;
    width:100%;
  }
  #handbook h3:before {
    right: 130px;
    width: 90%;
    top:20px;
  }
  .details a::before {
    left: -33px;
  }
  .details h3{
    width:100%;
  }
  .details h5{
    width:100%;
    padding-left: 0px;
  }
  .banner{
    margin-top: 2.9rem;
    max-height: 55em!important;
    height: auto;
    min-height: 53em!important;
  }
  .banner .carousel-caption {
    top: 55em !important;
    height: 35rem!important;
  }
  .home-details {
    padding: 0!important;
  }
}