.topo-section {
  position: relative;
  width: 100%;
  height: 790px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topo-logo {
  display: flex;
  margin-bottom: 200px;
}

.topo-logo img {
  max-width: 325px;
  max-height: 287px;
  z-index: 2;
  top: 50px;
}
