.tci-contcheckwr {
  max-width: 664px; 
}
.sc {
  flex-direction: row-reverse !important;  
}
.ckimage {
  width: 100%;
    max-width: 592px;
}
}

.orangevec {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: -1;
}
.chitem svg {
  flex-shrink: 0; 
}


.ckimage img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media only screen and (max-width: 900px) {
  .sc {
  flex-direction: column !important;  
}
  .tci-contcheckwr {
   max-width: none !important; 
  }
  .ckimage {
    display: none; 
  }
}


@media only screen and (max-width: 640px) {
  .tci-wr {
    flex-direction: column; 
  }
}