/* /services only — widen intro designation (theme default max-width: 395px is tight) */
body.service-page .service-2 .section-header .title-wrapper .designation {
  max-width: none;
  width: 100%;
}

/* Listing thumb / icon — compact column + capped image height; align with title (top), not vertically centered */
body.service-page .service-2 .service-2-box {
  grid-template-columns: minmax(0, 128px) minmax(0, 1fr);
  gap: 20px 32px;
  align-items: start;
}

@media only screen and (max-width: 1399px) {
  body.service-page .service-2 .service-2-box {
    grid-template-columns: minmax(0, 112px) minmax(0, 1fr);
    gap: 18px 28px;
  }
}

@media only screen and (max-width: 1199px) {
  body.service-page .service-2 .service-2-box {
    grid-template-columns: minmax(0, 100px) minmax(0, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  body.service-page .service-2 .service-2-box {
    grid-template-columns: 1fr;
  }

  body.service-page .service-2 .service-2-box .thumb {
    height: auto;
    max-width: 88px;
  }
}

@media only screen and (max-width: 767px) {
  body.service-page .service-2 .service-2-box .thumb {
    max-width: 80px;
  }
}

@media (max-width: 575px) {
  body.service-page .service-2 .service-2-box .thumb {
    max-width: 72px;
  }
}

body.service-page .service-2 .service-2-box .thumb {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  min-height: 0;
}

body.service-page .service-2 .service-2-box .thumb img {
  width: 100%;
  height: auto;
  max-height: 88px;
  object-fit: contain;
  border-radius: 8px;
}

/* Listing cards — slightly smaller title + body vs theme (.title was 90px, .designation 18px) */
body.service-page .service-2 .service-2-box .content .title {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
}

body.service-page .service-2 .service-2-box .content .title a {
  line-height: inherit;
}

@media only screen and (max-width: 1199px) {
  body.service-page .service-2 .service-2-box .content .title {
    font-size: 56px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991px) {
  body.service-page .service-2 .service-2-box .content .title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  body.service-page .service-2 .service-2-box .content .title {
    font-size: 40px;
    margin-bottom: 22px;
  }
}

@media (max-width: 575px) {
  body.service-page .service-2 .service-2-box .content .title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

body.service-page .service-2 .service-2-box .content .designation {
  font-size: 16px;
  line-height: 24px;
}
