.cc-chile-divider__strip {
  height: 4px;
  min-height: 4px;
  display: flex;
  flex-direction: row;
}
.cc-chile-divider__strip > div {
  flex: 1;
  height: 4px;
  min-height: 4px;
  display: block;
}
.cc-chile-divider__strip > div:nth-child(1) { background: #D52B1E; }
.cc-chile-divider__strip > div:nth-child(2) { background: #F0EBE0; }
.cc-chile-divider__strip > div:nth-child(3) { background: #0039A6; }
