#equipe{
   background-color: #fff;
   padding: 30px;
}
.content{
   padding: 40px;
   padding-top: 160px;
}
@media only screen and (max-width: 601px) {
   .content{
      padding: 10px;
   }
   #equipe{
      padding: 10px;
   }
}
@media only screen and (max-width: 580px) {
   p.curriculo{
     min-height: auto !important;
   }
}

.lista-equipe{
   margin-top: 40px;
}
.membro-equipe{
   padding: 10px !important;
   min-height: 120px !important;
}
.membro-equipe .foto{
   width: 100%;
   max-height: 350px;
}
.membro-equipe .foto img{
  display: none;
  margin: 0 auto;
}

.membro-equipe .dados{
   padding-top: 10px;
}
.membro-equipe .dados p:first-child{
   font-weight: 600;
   font-size: 15px;
}

p.curriculo{
   min-height: 300px;
}
