.row .col-33{
  margin-bottom: 10px;
}
.content-block-title{
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .8rem;
  text-transform: uppercase;
  line-height: 1;
  color: #6d6d72;
  margin: 0.75rem 0 .5rem;
  background-color: #e4f1ff;
  padding: 0.45rem 0.75rem 0.45rem 1.25rem;
  border-bottom: 0px #87b1f9 solid;
}
.content-block-title:after{
  content: "";
  top: 9px;
  left: 15px;
  position: absolute;
  display: block;
  width: 5px;
  height: 0.9rem;
  background-color: #2b7ee6;
  border-radius: 2px;
}