.sobre-nos {
  padding: 60px 30px;
  max-width: 1100px;
  margin: auto;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

.sobre-nos h1 {
  font-size: 3rem;
  color: #8b0000;
  margin-bottom: 20px;
  text-align: center;
}

.sobre-nos h2 {
  font-size: 2rem;
  color: #333;
  margin-top: 40px;
  margin-bottom: 15px;
  position: relative;
}

.sobre-nos h2::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #8b0000;
  bottom: -10px;
  left: 0;
}

.sobre-nos p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

.sobre-nos ul {
  list-style-type: disc;
  padding-left: 25px;
}

.sobre-nos ul li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #444;
}

.frase-final p {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #8b0000;
  text-align: center;
  font-style: italic;
}

/* Responsivo */
@media (max-width: 768px) {
  .sobre-nos h1 {
    font-size: 2.2rem;
  }

  .sobre-nos h2 {
    font-size: 1.6rem;
  }

  .sobre-nos p,
  .sobre-nos ul li {
    font-size: 1rem;
  }
}
