@import url("../lojas/lojas.css");

.komprao-legal-page {
  background: #fff;
}

.komprao-legal-hero {
  padding: 1.75rem 0 0.35rem;
}

.komprao-legal-hero .container,
.komprao-legal-content .container {
  width: min(1100px, calc(100% - 3rem));
}

.komprao-legal-hero h1 {
  margin: 0 0 1rem;
  color: #ee1c1f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.komprao-legal-intro {
  margin: 0;
  color: #44516f;
  font-size: 1rem;
  line-height: 1.7;
}

.komprao-legal-content {
  padding: 1rem 0 3rem;
}

.komprao-legal-section {
  margin-bottom: 2rem;
}

.komprao-legal-section:last-child {
  margin-bottom: 0;
}

.komprao-legal-section h2 {
  margin: 0 0 0.85rem;
  color: #122447;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 800;
}

.komprao-legal-section p {
  margin: 0 0 0.85rem;
  color: #44516f;
  font-size: 1rem;
  line-height: 1.75;
}

.komprao-legal-section p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .komprao-legal-hero {
    padding-top: 1.35rem;
  }

  .komprao-legal-hero .container,
  .komprao-legal-content .container {
    width: min(100%, calc(100% - 1.5rem));
  }

  .komprao-legal-hero h1 {
    font-size: 24px;
  }

  .komprao-legal-content {
    padding-bottom: 2.4rem;
  }
}
