/* Other Services: concise image-led overview with four text-only service panels. */
@import url("subpoenas-page.css");

.other-services-page-shell .banner-head {
  min-height: 250px;
}

.other-services-page-shell .banner-head h1 {
  margin: 0 auto;
  padding: 1.65em 20px 0;
  font-size: 3em;
}

.other-services-lead {
  padding: 66px 0 72px;
  background: #f4f7f9;
}

.other-services-visual {
  height: 315px;
  overflow: hidden;
  background: #dce3e8;
  box-shadow: 0 14px 34px rgba(30, 48, 64, 0.12);
}

.other-services-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.other-services-intro {
  position: relative;
  max-width: 820px;
  margin: -66px auto 0;
  padding: 38px 46px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(30, 48, 64, 0.13);
}

.other-services-intro h2 {
  font-size: 2.15em;
}

.other-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.other-service-card {
  padding: 34px;
  border: 1px solid #dce5ed;
  border-top: 4px solid #295f99;
  background: #fff;
  scroll-margin-top: 24px;
}

.other-service-card:nth-child(3) {
  border-top-color: #43ad2b;
}

.other-service-card__number {
  display: block;
  margin-bottom: 12px;
  color: #2b659e;
  font-family: 'Karla-Bold', Arial, sans-serif;
  font-size: 0.86em;
  letter-spacing: 0.08em;
}

.other-service-card p:last-child {
  margin-bottom: 0;
}

.other-services-contact {
  padding: 48px 0;
  border-top: 1px solid #e3e3df;
  background: #f7f7f4;
  text-align: center;
}

.other-services-contact h2 {
  margin-bottom: 10px;
}

.other-services-contact p {
  margin-bottom: 18px;
  color: #596b7b;
}

@media (max-width: 767px) {
  .other-services-page-shell .banner-head {
    min-height: 205px;
  }

  .other-services-page-shell .banner-head h1 {
    padding-top: 2.15em;
    font-size: 2em;
  }

  .other-services-lead {
    padding: 44px 0 50px;
  }

  .other-services-visual {
    height: 225px;
  }

  .other-services-intro {
    margin: -30px 15px 0;
    padding: 30px 24px;
  }

  .other-services-intro h2 {
    font-size: 1.85em;
  }

  .other-services-grid {
    grid-template-columns: 1fr;
  }

  .other-service-card {
    padding: 28px 24px;
  }
}
