html {
  scroll-behavior: smooth;
  scroll-padding-top: 125px; /* Ajuste com a altura do header */
}

p,
.texto-sobre > p {
  margin-bottom: 1rem !important;
}

p,
li {
  color: #515862;
}

li {
  list-style: disc !important;
  margin-left: 1rem !important;
}
