#team_intro
{
  width: 100%;height: 60vh;background-repeat: no-repeat;background-size: 100%;background-position: center;
  display: flex;align-items: center;padding-inline-start: 5%;
  background-image: url('../img/pexels-min-an-853168.jpg');background-color: var(--themeShade);background-blend-mode: soft-light;
}

#team_intro section
{
  margin-inline-start: 5%;;color: var(--themeColor);background-color: rgba(255, 255, 255, 0.938);padding: 4%;
}

#team_intro h1 
{
  font-size: 2vw;padding-block: 2% 4%;
}

/* #team_intro span {color: var(--secondaryThemeColor);} */

#team_intro article
{
  font-weight: bolder;height: 50px;border-bottom: 2px solid var(--secondaryThemeColor);
}

