
.glt-page-header {
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px 0;
  position: relative;
  z-index: 2;
  color: #fff;
}
.glt-page-header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #111;
  left: 0;
  top: 0;
  opacity: .85;
  z-index: -1;
}

.glt-bc-list {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
}
.glt-page-title {
  color: #fff;
  font-size: 45px;
  margin-bottom: 20px;
}