#wrap{
	height: 650px;
}

.aboutImg {
	margin: 20px 0px -5px;
}

.grey{
	background: #f0f0f0;
	padding: 20px 40px 20px 20px;
	margin: 0px auto;
	width: 700px;
}

.listCamera{
	display: inline-block;
	text-align:left;
	line-height: 2em;
	margin: 0px 5px;
}

.listCamera li{
	list-style-type: none;
}

.listCamera li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f083";
  position: relative;
  left : -10px;
}

#bottomBtn {
	top:555px;
}

