.materials-item {
  display: flex;
  gap: 0.62rem;
}
.materials-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.materials-item svg {
  min-width: 30px;
}
.materials-item p {
  margin-bottom: 0;
}
