.l-offers-related__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  align-items: stretch;
}
.l-offers-related .c-offer {
  width: 100%;
  max-width: 100%;
  height: 450px;
  margin-bottom: 0;
  min-width: 0;
}
@media (max-width: 1599.98px) {
  .l-offers-related .c-offer {
    height: 360px;
  }
}
@media (max-width: 991.98px) {
  .l-offers-related__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .l-offers-related__list {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
