.infinite_scroll_loader {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  position: relative;
  margin-bottom: 33px;
}

.infinite_scroll_loader img {
  width: 33px;
  height: 33px;
  border-radius: 5px;
}