.team {
  text-align: left;
  justify-content: start;
  text-align: center;
  justify-content: center;
}

.team h2{
  font-size: 38px;
  font-style: italic;
  font-weight: 800;
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px){
  .team h2{
    font-size: 38px;
    font-style: italic;
    font-weight: 800;
    position: relative;
    width: max-content;
    line-height: 100px;
    display: block;
  }
}


.team h2 img{
  height: 100px;
  width: 100px;
  margin: 0;
}

@media only screen and (min-width: 992px){
  .team h2 img{
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.team .team-group h4{
  position: relative;
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px){
  .team .team-group h4{
    margin-top: 14px;
    margin-bottom: 20px;
  }
}

.team .team-group h4::before{
  content: "";
  border-top: 3px solid var(--color-primary);
  width: 36px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.team .team-group .group{
  padding: 20px 0 50px 0;
  gap: 10%;
}

.team .team-group .group .person{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 16px;
  text-align: left;
}

@media only screen and (min-width: 992px){

}




.team .team-group .group .person.image-person{
  width: 100%;
  background: var(--color-whin-dark-green);
  padding: 32px;
}

@media only screen and (min-width: 992px){
  .team .team-group .group.TwoCol .person{
    width: 45%;
  }
    .team .team-group .group.ThreeCol .person{
  width: 26%;
  }
}

.team .team-group .group .person.image-person img{
  object-fit: cover;
}

.team .team-group .group .person.image-person .text-content{
  padding: 12px 0;
  width: 100%;
  color: white;
}

.team .team-group .group .person .text-content{
  width: 100%;
}

.team .team-group .group .person .text-content p{
  padding-bottom: 12px;
  text-align: center;
}

.team .team-group .group .person .blank-space {
  height:25px;
}
.team .team-group .group .person .name{
	font-weight: bold;
}
.team .team-group .group .person span{
  font-weight: normal;
}
.team .team-group .group .person .logos span{
  margin-top: 10px;
  display: inline-block;
}

.team .team-group .group .person .logos span a{
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.team .team-group .group .person .fa-brands {
	background-color: black;
}


@media only screen and (min-width: 992px){

}
