.sobreNos-section {
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
  padding: 64px 20px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.sobreNos-section > div {
  width: min(100%, 920px);
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.311);
}

.sobreNos-section h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.15;
  color: #151515;
  margin-bottom: 18px;
}

.sobreNos-section h2 {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #333;
  font-weight: 700;
  margin: 28px 0 10px;
}

.sobreNos-section p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #525252;
}

.sobreNos-section p + p {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .sobreNos-section {
    padding: 44px 16px;
  }

  .sobreNos-section > div {
    padding: 28px 22px;
  }

  .sobreNos-section h2 {
    font-size: 1.15rem;
  }
}
