.offersTiles {
  margin: 10px 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.offersTiles__item {
  max-width: 23%;
  margin: 0 2% 10px 0;
  border: 1px solid #ddd;
}
@media (max-width: 576px) {
  .offersTiles__item {
    max-width: 45%;
  }
}
.offersTiles__item:HOVER {
  border: 1px solid #999;
}
.offersTiles__item__name {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}
.offersTiles__item__picture {
  margin: 10px 20px;
}
.offersTiles__item__price {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}

/*# sourceMappingURL=style.css.map */
