body {
  background: url(../images/bj.png) no-repeat top center;
  background-size: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-header {
  background-color: rgba(0, 0, 0, 0); 
  padding: 60px 0;
}
.page-title {
  margin-bottom: 15px;
}
.team-name {
  color: var(--brand-red);
  font-weight: 700;
  font-size: 1.25rem;
}
.team-role {
  font-style: italic;
  color: #777;
  margin-bottom: 10px;
}