.ingredients__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 552px;
  margin: 0 auto;
  gap: 12px;
}

.ingredients__list strong {
  font-weight: 600;
}

.ingredients__letter {
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  text-align: left;
}
