.sponsored {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sponsored-item {
  width: 22%;
  margin: 15px;
}

.sponsored-item img {
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .sponsored-item {
  width: 42%;
  margin: 10px;
}
}

@media screen and (min-width: 744px) and (max-width: 1024px) {}