.fundadores {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30%;
    margin-top: 100px;
    text-align: center;
  }
  
  .titulo-fundador {
    margin-top: 20px;
    color: white
  }
  
  .div-fundador {
    background-color: #FFC04D;
    width: 500px;
    height: 300px;
  }
  