
.numberList li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: baseline;
}

.number{
	color: #00cc99;
}

.listInner{
	display: block;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.txt{
	margin-bottom: 20px;
}

.companyName{
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}

.link{
	color: #00cc99;
}

/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

	.txt,
	.companyName{
		margin-bottom: 10px;
	}

}	