.bp-seo-depth,
.pnb-seo-depth {
  padding: 84px 0;
  background: #fff;
}

.bp-seo-cards,
.pnb-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bp-seo-cards article,
.pnb-seo-grid article {
  padding: 28px;
  border: 1px solid #e2e8ee;
  border-radius: 20px;
  background: #f8fafb;
}

.bp-seo-cards h3,
.pnb-seo-grid h3 {
  margin: 0 0 10px;
  color: #0d1b2a;
  font-size: 1.18rem;
  line-height: 1.3;
}

.bp-seo-cards p,
.pnb-seo-grid p {
  margin: 0;
  color: #5f6d80;
  line-height: 1.75;
}

.per-attribute-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 980px;
  margin-inline: auto;
}

@media (max-width: 760px) {
  .bp-seo-depth,
  .pnb-seo-depth { padding: 62px 0; }
  .bp-seo-cards,
  .pnb-seo-grid,
  .per-attribute-grid-two { grid-template-columns: 1fr !important; }
  .bp-seo-cards article,
  .pnb-seo-grid article { padding: 22px; }
}
