.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
}

.head h3 {
  margin: 0;
  font-size: 16px;
  color: var(--text-secondary);
}