.TagList {
  display: flex;
  gap: 0 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 0;

  font-size: 21px;
}