.sobre-avo {
  max-width: 1300px;
  margin: auto;
  padding: 2rem;
  background-color: #fff3b0;
  color: #8d0801;
  font-family: 'Merriweather', serif;
}

.sobre-avo h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.historia {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}

.foto-avo {
  width: 30rem;
  border-radius: 10px;
  filter: sepia(60%);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.historia p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #001427;
  font-weight: 500;
}

.linha-do-tempo {
  border-left: 3px solid #8d0801;
  padding-left: 1.5rem;
}

.evento {
  margin-bottom: 2rem;
  position: relative;
}

.evento::before {
  content: "";
  position: absolute;
  left: -1.1rem;
  top: 0.3rem;
  width: 15px;
  height: 15px;
  background-color: #8d0801;
  border-radius: 50%;
}

.ano {
  font-weight: bold;
  color: #8d0801;
  font-size: 1.1rem;
}

.conteudo h3 {
  margin: 0.5rem 0;
  font-size: 1.3rem;
}

.conteudo p {
  margin: 0;
  font-size: 1rem;
}
