.tg_pagination_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.tg_pagination_wrapper .tg_pagination {
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.tg_pagination_wrapper .tg_arrow {
	cursor: pointer;
}

.tg_pagination li {
	display: flex;
	width: 44px;
	height: 44px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	border: 1px solid #222;
	color: #222;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
}

.tg_pagination li.pg_active {
	background: #222;
	color: #fff;
	border: none;
}
div#pagination {
	margin-top: 64px;
  }