.company-info:empty {
  float: left;
  width: 25px;
  height: 25px;
  background-color: #ccc;
  border-radius: 25%;
  margin: 8px;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  background-size: 600px;
  animation: shine-circle 1.6s infinite linear;
    
}