.ecz-fill-text .item {
  padding: 10px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 59px;
  justify-content: center;
  flex-direction: column;
}

.ecz-fill-text .item:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  margin-top: 10px;
}