.mainSliderBg {
	height: 670px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.mainSliderTitle {
	font-weight: 700;
	font-size: 48px;
	color: #fff;
	margin-bottom: 20px;
}

.mainSliderDescr {
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	margin-bottom: 50px;
}

.mainSlider {
	margin-top: -40px;
}