.team-skill{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right 300px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  font-family: "League Spartan", "Noto Sans TC", sans-serif;
  color: var(--black-2);
  letter-spacing: 0px;
}
.strong{
	font-weight: 500;

}
h3 {
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
h4 {
	color: #444;
	margin-left: 20px;
}
h6 {
	color: #555;
	margin-left: 40px;
}
.indent {
	margin-left: 60px;
	margin-bottom: 10px;
}
.team-skill-content h3 span{
	color: #1dbfe5;
}

