/* ── BG Text Box 2 - NP ── */

.np-bgtb2 {
  width:      85%;
  margin:     0 auto;
  background: #000;
  color:      #fff;
}

/* ── Inner text content ── */
.np-bgtb2__inner {
  width: 100%;
}

/* ── Title ── */
.np-bgtb2__title {
  font-family: Georgia, serif;
  font-size:   2rem;
  font-weight: 400;
  color:       #ae936c;
  margin:      0 0 1.25rem;
  line-height: 1.3;
}

/* ── Divider ── */
.np-bgtb2__divider {
  border:     none;
  border-top: 1px solid #ae936c;
  margin:     0 0 2rem;
  opacity:    0.6;
}

/* ── Body text ── */
.np-bgtb2__body {
  color:      #fff;
  margin:     0 0 2.5rem;
}

.np-bgtb2__body p {
  margin-bottom: 1rem;
  line-height:   1.7;
}

.np-bgtb2__body p:last-child {
  margin-bottom: 0;
}

/* ── Image — full width of container ── */
.np-bgtb2__image-wrap {
  width: 100%;
}

.np-bgtb2__image {
  width:   100% !important;
  height:  auto !important;
  display: block;
}

/* ── Body text below image ── */
.np-bgtb2__body--below {
  margin: 2rem 0 0;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .np-bgtb2 {
    width: 100%;
    padding-inline: 1.5rem;
    padding-top: 25px !important;
    padding-bottom: 25px  !important;
  }

  .np-bgtb2__image-wrap {
    margin: 0 auto;
    width: 100% !important;
    m
  }

  .np-bgtb2__title {
    font-size: 1.5rem;
  }
  .np-bgtb{width; 90% !important;}
}
