
#equipe {
  background-color: white;
  color: #80017E;
  padding: 20px
}

#equipe h2 {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 2rem;
}

#equipe h3 {
  text-align: center;
  font-size: 2rem;
}

.gestores-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  /* flex-wrap: wrap; */
}

.perfil-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
  margin: 20px;
}

.image1-container{
  background: url('../assets/img/andre.jpeg') no-repeat center top;
  background-position: 60% 20%;
  background-size: cover;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.image2-container {
  background: url('../assets/img/fabricio.jpeg') no-repeat center top;
  background-position: 40% 30%;
  background-size: cover;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.text1-container h2 {
  text-align: center;
}

.text2-container h2 {
  text-align: center;
  
}




