/* Custom styles for About page header */
.page-header{
  position: relative;
  padding: 80px 0;
  min-height: 240px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-header__bg{
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  filter: brightness(0.55);
}
.page-header__inner{
  position: relative;
  z-index: 2;
  padding: 30px 0;
  color: #fff;
}
.page-header h3{
  color: #fff;
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 600;
}
.thm-breadcrumb{
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgba(255,255,255,0.95);
}
.thm-breadcrumb li{display:inline-flex;align-items:center}
.thm-breadcrumb a{color:#fff;text-decoration:none;opacity:0.95}

/* small screens */
@media (max-width: 768px){
  .page-header{padding:50px 0;min-height:160px}
  .page-header h3{font-size:28px}
  .page-header__img-1{display:none}
}
