@media (max-width: 768px) {
  .topo-section {
    height: 200px;
  }

  .topo-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .topo-logo img {
    max-width: 110px;
    max-height: 100px;
  }  
}