.contentWorship {
  margin: 0 12%;
}
.worshipChoir {
  margin-bottom: 30px;
}

.worshipChoir img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 40px;
}
.worshipChoir p {
  margin-top: 20px;
}

.worshipTeamRow {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}
.leftWorshipTeam {
  flex: 50%;
}
.leftWorshipTeam img {
  width: 400px;
  /* padding-top: 50px; */
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.rightWorshipTeam {
  flex: 50%;
}
.rightWorshipTeam p {
  margin-left: auto;
  margin-right: auto;
  width: 50em;
  display: block;
  position: relative;
}
.worshipTeam-sub-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(images/worship-header.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.worshipTeam-sub-header h1 {
  margin-top: 100px;
}
.worshipTeam-sub-header p {
  color: #fff;
}
