
.team-about {
  text-align: justify;
  font-size: 16px;
  line-height: 1.75;
}

.service-item {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}


.team-offset {
}

@media (min-width: 992px) {
  .team-about {
    text-align: justify;
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .service-item {
    text-align: center;
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 2%;
  }


  .team-offset {
    margin-top: 10%;
  }
}

.team-overlay {
  text-align: center;
  background: #080808;
  background: linear-gradient(0deg, 
    #080808 0%, 
    #080808 5%, 
    rgba(32,0,64,0.5) 30%, 
    rgba(64,0,32,0.5) 70%, 
    #080808 95%, 
    #080808 100%);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.team-back {
  text-align: center;
  background-image: url("../img/team.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-blend-mode: darkenl

  max-height: none;
  height: auto;
  min-height: 100vh;

  overflow: hidden;
  position: relative;
  width: 100%;
}
