.test-item{
  margin: 0 auto;
  width: 800px;
}

.test-title{
  background: #eaf3ff;
  border-bottom: solid 3px #516ab6;
  color: #191919;
  font-size: 26px;
  padding: 15px 20px;
}

.test-text{
  font-size: 16px;
  margin-top: 30px;
}

.test-repeater-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.test-repeater-list li{
  position: relative;
  padding-left: 15px;
}

.test-repeater-list li::before{
  background: #516ab6;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 4px;
}