.bege {
    background-color: #d9d3c5;
}
@media screen and (max-width: 600px) {
  .texto-topo {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}
.footerbg {
    background-color: #795548;
}
.depoimentos {
  overflow: hidden;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
    
}