body{
  background:#02060c;
  color:#eaf2ff;
}

.service-hero{
  padding:110px 0 100px;
  background:linear-gradient(180deg,#07131f,#02060c);
}

.service-hero h1{
  font-size:52px;
  margin-bottom:18px;
}

.service-hero p{
  max-width:620px;
  font-size:18px;
  color:rgba(234,242,255,.75);
  line-height:1.7;
}

.service-section{
  padding:90px 0;
}

.service-section.dark{
  background:#07131f;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.service-section h2{
  font-size:36px;
  margin-bottom:18px;
}

.service-section p{
  color:rgba(234,242,255,.75);
  line-height:1.7;
}

.service-section ul{
  list-style:none;
  margin-top:20px;
}

.service-section ul li{
  margin-bottom:10px;
}

@media(max-width:900px){
  .split{
    grid-template-columns:1fr;
  }
  .service-hero h1{
    font-size:40px;
  }
}
