/* Related growth paths: supplied service illustrations on pale sections. */
html body.premium-service-page .service-related{background:#F1F6F7;}
html body.premium-service-page .service-related .wrap>.service-related-cards>a{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:144px;
  padding:16px 18px;
  background:#fff;
  border:1px solid #cbdfe8;
  border-radius:9px;
}
.service-related .related-image-box{
  display:block;
  flex:0 0 108px;
  width:108px;
  height:108px;
  overflow:hidden;
  background:#e6f3f4;
  border:1px solid #d1e3e8;
  border-radius:7px;
}
.service-related .related-image-box img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.service-related .wrap>.service-related-cards>a>span:nth-child(2){flex:1;min-width:0;}
@media(max-width:620px){
  html body.premium-service-page .service-related .wrap>.service-related-cards>a{gap:13px;min-height:120px;padding:13px;}
  .service-related .related-image-box{flex-basis:86px;width:86px;height:86px;}
}
@media(max-width:360px){
  .service-related .related-image-box{flex-basis:72px;width:72px;height:72px;}
}
