.details h5{
  text-align: left;
  padding-left: 0;
  letter-spacing: 3.5px;
  font-size: 30px;
}
.details h3{
  margin-bottom: 0;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: 0.25px;
  text-shadow: 2px 3px 3px rgba(153,155,155,0.6);
  min-width: 500px;
}
.details h5{
  width:240px;
}
.details h5:before {
    position: absolute;
    content: "";
    position: absolute;
    bottom: 15px;
    right: 250px;
    height: 4px;
    background: #9b9b9b;
    width: 100%;
}
.banner.list-bnr .carousel-caption.carousel-caption-inner {
    top: 16%;
}
.featured-agent{
  min-height: 985px;
}
@media (max-width: 484px){
  .banner .carousel-caption {
    /*height:543px;*/
    top: 20em !important;
    height: 35rem !important;
  }
  .banner{
    min-height: 950px;
  }
  section.featured {
    /*padding-top: 640px;*/
  }
  .banner.list-bnr .carousel-caption.carousel-caption-inner {
    top: 55% !important;
  }
  .details h5{
    text-align: right;
  }
  .featured .details h3 {
    margin-bottom: 0;
    line-height: 40px;
  }
}