.service-detail {
  --service-accent: #087c9f;
  --service-accent-soft: rgba(8, 124, 159, 0.15);
}

.backend-banner {
  padding-top: 120px;
  overflow: hidden;
  background: #f7f9fc;
}

.backend-banner figure { margin: 0; overflow: hidden; border-radius: 18px; }
.backend-banner img { display: block; width: 100%; height: auto; }
.backend-banner + .service-hero { padding-top: 96px; }

@media (max-width: 920px) {
  .backend-banner + .service-hero { padding-top: 78px; }
}

@media (max-width: 580px) {
  .backend-banner { padding-top: 120px; }
  .backend-banner + .service-hero { padding-top: 68px; }
}
