.loaders {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; 
}
.loaders .loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 100%;
  height: 200px;
  align-items: center;
  justify-content: center; 
}

.loader {
  margin-top:100px;
}

.ball-pulse > div {
  background-color: black;
}

#loading_item h2{
  text-align:center;
  margin-top:100px;
  margin-bottom:100px;
}
