.auto-replenishment-all-items {
  display: flex;
  justify-content: center;
  margin: 80px auto;
  max-width: 1170px;
  padding: 6px;
}
.auto-replenishment-item {
  margin: 6px;
  border: 1px solid #be0f34;
  flex-basis: 350px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.auto-replenishment-item__visual img {
  max-width: 100%;
  display: block;
}
.auto-replenishment-item__title {
  margin: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 30px;
}
.auto-replenishment-item__text {
  margin: 0;
  flex: 1;
  padding: 30px 10px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .auto-replenishment-all-items {
    margin: 20px auto;
    flex-direction: column;
    max-width: 650px;
  }

  .auto-replenishment-all-items br {
    display: none;
  }
  .auto-replenishment-item {
    flex-basis: unset;
  }
}
@media (max-width: 1023px) {
  .auto-replenishment-item__title {
    font-size: 16px;
    padding-top: 20px;
  }
  .auto-replenishment-item__text {
    padding: 20px;
  }
}
