.borderleft {
  border-left: 1px solid #017aff;
}

.borderright  {
  border-right: 1px solid #017aff;
}

.borderleft  ul li {

  /* Bullet color */
  
  color: rgb(253, 247, 247);
  
  list-style-type: disc;
  
}

.borderright  ul li {

  /* Bullet color */
  
  color: rgb(253, 247, 247);
  
  list-style-type: disc;
  
}