.materials-grid-header-wrap {
  margin-bottom: 16px;
}

.materials-grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;

  .left-wrap {}

  .right-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}


.materials-grid-sub-title {
  margin-top: 8px;
  color: #425569;
}