.distributors-page__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(345px, 3fr));
  gap: 30px;
}