.box-title-one {
  border-color: #00b0f0;
}

.box-title-one span {
  background-color: #00b0f0;
}

.box-title-two {
  border-color: #00b050
}

.box-title-two span {
  background-color: #00b050;
}

.box-title-three {
  border-color: #ff0066;
}

.box-title-three span {
  background-color: #ff0066;
}

@media (min-width: 1200px){
.col-xl-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}