.group_list_name {
 font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: Wolfpack;
  color: var(--accent);
  text-align: center;
}

.group_list_category {
font-size: 10px;
  font-weight: normal;
  margin-bottom: 10px;
  color: var(--highlight);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.group_list_desc{
   font-size: 0.9em;
  max-height: 150px;
width: 580px;
  padding-right: 10px;
  text-align: justify;
overflow: auto;
  scrollbar-width: thin;
}

.group_profile_bits {
	
}

.group_profile_bits span{
	margin-right:5px;
}

.group_bit_users {
	font-size: 0.9em;
  font-weight: 500;
}



