.caixa-sobre {
  display: flex;
}

.foto-perfil {
    margin: 0 auto;
    margin-right: 50px;
}

.foto-perfil img{
    width: 175px;
    border-radius: 100%;
    -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.12);
     box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.12);
}

.bio {
    margin: 0 auto;
    color: #333;
    font-size: 20px;
    text-align: justify;
    line-height: 27.5px;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 1000px) {
.caixa-sobre {
  display: block;
}
  
.foto-perfil {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 50px;
}

.foto-perfil img{
    width: 150px;
}

.bio {
   font-size: 15px;
   padding-bottom: 15px;
   text-align: justify;
}
}

.descricao-bio {
  color: #333;
  font-size: 20px;
  margin-top: 50px;
  text-align: justify;
  line-height: 27.5px;
  background-color: #fcfcfc;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 1000px) {
  .descricao-bio {
    font-size: 15px;
  }
}