.about-list .list-wrap li i {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tg-primary-color);
  box-shadow: 4px 4px 15px rgba(254, 93, 20, 0.4);
  color: var(--tg-white);
  font-size: 12px;
  margin-right: 15px;
}

.color_gold
{
	color: #fdd567;
}

.bg_gold
{
	background-color: #fdd567;
}

.padd_10
{
	padding:10px;
}