.fundo-sobre {
  background: var(--cinza-claro);
}

.section h2 {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 2rem;
  margin-bottom: 12px;
  color: #1e3a5f;
}

.subtitulo-sobre {
  margin-bottom: 32px;
  max-width: 720px;
}

.card-sobre {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.5);
  padding: 24px;
}

.nota-sobre {
  font-size: 0.8rem;
  color: #666;
  margin-top: 10px;
}

.conteudoTitulo{
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.imgSobre{
  width: 200px;
  height: 200px;
}

.imgSobre img{
  width: 100%;
  height: 100%;
}