.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pesquisa {
  width: 100%;
  height: 100vh;
  background-color: #e4dfcf;
}

@media screen and (max-width: 479px) {
  .pesquisa {
    background-color: #e4dfcf;
  }

  .body {
    background-color: #e4dfcf;
  }
}