/* ===== Page Banner ===== */
.page-banner{
  position:relative;
  min-height:260px;
  padding:1.25rem 0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background:linear-gradient(rgba(14,42,30,.82), rgba(14,42,30,.72)),
    url('../img/people-hero.jpg') center/cover no-repeat;
}
.page-banner h1{
  font-size:2.6rem;
  font-weight:700;
  margin-bottom:.6rem;
}
.page-banner .underline{
  width:70px;
  height:3px;
  background:var(--rhc-gold);
  margin:0 auto;
}

section{
  padding:4.5rem 0;
}
.bg-cream{
  background:var(--rhc-cream);
}

/* ===== Service blocks ===== */
.svc-block + .svc-block{
  margin-top:3.5rem;
}
.svc-img{
  width:100%;
  height:300px;
  border-radius:8px;
  box-shadow:0 15px 40px rgba(14,42,30,.15);
  display:block;
  object-fit:cover;
}
@media (max-width:991.98px){
  .svc-img{ height:260px; }
}
.svc-title h2{
  color:var(--rhc-green);
  font-weight:700;
  margin-bottom:0;
}
.svc-title .underline{
  width:60px;
  height:3px;
  background:var(--rhc-gold);
  margin:.6rem 0 1.2rem;
}
.svc-block p{
  font-size:.95rem;
  line-height:1.8;
  margin-bottom:0;
}

@media(max-width:767px){
  .page-banner h1{
    font-size:1.9rem;
  }
  .page-banner{
    min-height:200px;
  }
  section{
    padding:3rem 0;
  }
  .topbar{text-align:center;}
  .topbar .col-md-6{margin-bottom:.3rem;}
}
