.p-learn {
  display: grid;
  gap: 100px;
}

.p-learn__list {
  display: flex;
  gap: 27px;
  justify-content: center;
  min-width: 0;
}
