.white-bold-small {
	padding: 0 20px;
	display: block;
	color: #ffffff;
	font-weight: 600;
}

.white-bold-small li {
	margin-left: 6px;
}

.grey-triangle {
  position: absolute;
  width: 0;
  top: -20px;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  left: 30px;
  border-bottom: 20px solid #ccc;
}

.system-image {
  height: 300px;
  width: 300px;
  margin: 0 auto 25px auto;
}