.nodosbyg-product-service-panel {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  width: 100%;
}

.nodosbyg-product-service-panel__card {
  background: #f7f5f1;
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 0;
  padding: 1rem 1.1rem;
}

.nodosbyg-product-service-panel__title {
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
  margin: 0 0 0.45rem;
}

.nodosbyg-product-service-panel p {
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

.nodosbyg-product-service-panel__link {
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 600;
  margin-top: 0.65rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.nodosbyg-product-service-panel__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.nodosbyg-policy-content {
  margin-inline: auto;
  max-width: 900px;
  width: 100%;
}

.nodosbyg-policy-content h1 {
  font-size: clamp(2.25rem, 7vw, 4.375rem);
  line-height: 1.05;
  margin: 0 0 clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

.nodosbyg-policy-content section {
  margin-top: 2.5rem;
  scroll-margin-top: 7rem;
}

.nodosbyg-policy-content h2 {
  font-size: clamp(1.55rem, 3.5vw, 2.2rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}

.nodosbyg-policy-content h3 {
  font-size: 1.25rem;
  margin: 1.75rem 0 0.7rem;
}

.nodosbyg-policy-content h4 {
  font-size: 1rem;
  margin: 1.25rem 0 0.45rem;
}

.nodosbyg-policy-content p,
.nodosbyg-policy-content li {
  line-height: 1.7;
}

.nodosbyg-policy-content p {
  margin: 0 0 0.9rem;
}

.nodosbyg-policy-content ul {
  margin: 0 0 1rem 1.15rem;
  padding: 0;
}

@media (max-width: 767px) {
  .nodosbyg-product-service-panel__card {
    padding: 0.9rem;
  }

  .nodosbyg-policy-content h1 {
    text-align: left;
  }
}
