@media (max-width: 768px) {
  #equipe h2 {
    text-align: center;
    font-size: 1.5rem;
  }

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

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

  .image1-container {
    background: url("../assets/img/andre.jpeg") no-repeat center top;
    background-position: 60% 20%;
    background-size: cover;
    width: 100px;
    height: 100px;
    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: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
  }

  /* .text1-container h2 {
    text-align: center;
    font-size: 14px;
  }

  .text1-container p {
    font-size: 12px;
  }

  .text2-container h2 {
    text-align: center;
    font-size: 14px;
  }

  .text2-container p {
    font-size: 12px;
  } */
}
