.cti-chip{
  width:60px;
  height:60px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:800;
  font-family:inherit;
  margin-bottom:20px;
}
.cti-red{background:#c91414;}
.cti-black{background:#050505;}
@media(max-width:640px){
  .cti-chip{width:56px;height:56px;border-radius:13px}
}
