.numbers {
      display: block;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    color: #FF6666;
    line-height: 1.2;
}
.textwidget h2::after {
  content: '';
  display: inline-block;
  margin-left: 24px;
  width: 36px;
  height: 4px;
  background-color: #fec60d;
  vertical-align: middle;
}