
/* RC6: approved Option-2 rendered icon assets. No SVG reinterpretation. */
.cts-rendered-icon{
  display:block;
  width:54px;
  height:54px;
  object-fit:contain;
}
.cts-rendered-icon-rocket{width:60px;height:60px}
.cts-rendered-service-icon{
  display:block;
  width:68px;
  height:68px;
  object-fit:contain;
  margin:0 auto;
}
.cts-service-icon-mockup{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
@media(max-width:900px){
  .cts-rendered-icon{width:46px;height:46px}
  .cts-rendered-icon-rocket{width:52px;height:52px}
  .cts-rendered-service-icon{width:58px;height:58px}
}
