/* ----------------------------------------------------------------
	Canvas: Crowd-Funding
-----------------------------------------------------------------*/

.slider-img {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 50%;
	transform: translateY(-50%);
}

.slider-title h1 {
	font-size: 46px;
	line-height: 62px;
	letter-spacing: -1px;
}

.slider-title p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	color: #999;
}

