@charset "UTF-8";

header {
  position: static;
}

#sobre,
.sobre-container {
  background: var(--fundo-principal);
  border-radius: 5px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
 
  
}

.hero-sobre h2 {
  font-size: 80px;
  margin-bottom: 10px;
  color: var(--fundo-principal);
  text-align: center;
}

.hero-sobre p {
  font-size: 35px;
  color:var(--fundo-principal);
  text-align: center;
}

.sobre-container {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  display: flex;
  gap: 2rem;
  align-items: center;
  font-size: 24px;
}

.sobre-container h2 {
  font-size: 28px;
}

.sobre-conteudo {
  flex: 1;
  color: var(--texto-principal);
  line-height: 1.7;
}

.sobre-conteudo h2 {
  color: #F37021;
  margin-bottom: 15px;
}

.sobre-conteudo p {
  margin-bottom: 1.2rem;
  color: var(--texto-principal);
  font-size: 1em;
}

