footer{
  margin-top: 20px;
  width: 100%;
  min-height: 250px;
  background: #2b2a2a;
  display: flex;
}

footer .boxs{
  width: 320px;
  min-height: 150px;
  padding: 20px;
}

footer .boxs:nth-child(4)
{
  width: 400px;
}

.boxs h2{
  color: #fff;
  margin-bottom: 20px;
  padding-left: 30px;
}

#lista{
  margin: 2px 0px;
  list-style: none;
}


#nome{
  color: #fff;
  text-decoration: none;
}

footer .boxs{
  display: center;
}

#pe2{
  background-color: rgb(0, 0, 0);
  width: 100%;
  min-height: 25px;
  text-align:center;
}

#pe2 h6{
  color: #fff;
}



