.head-slide {
	padding-top: 160px;
	min-height: 600px;
	position: relative;
	padding-bottom: 64px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #212121;
	background-color: #dedede;
}
.slider_subheading{
	opacity: .7;
	font-weight: 600;
	text-transform: uppercase;
}
.slider_heading{
	font-size: 26px;
}
.slider_text{
	font-size: 16px;
	line-height: 26px;
	margin: 24px 0 40px;
}
@media(min-width: 768px){
	.slider_heading{
		font-size: 46px;
	}
}
@media (max-width: 991px) {
	.head-slide{
        min-height: 300px;
        padding-bottom: 30px;
	}
}