.hero {
  background: white;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.logo-container .logo {
  width: 250px;
  height: auto;
}

.titulo-container h1 {
  font-size: 3rem;
  margin: 0;
  color: #1DA28D;
}

.titulo-container p {
  font-size: 2rem;
  margin-top: 5px;
  color: #1DA28D;
}