.home-block-wrapper {
	position: relative;
}

.home-block-wrapper .container {
	max-width: 800px;
}

.home-block-caption {
	background-color: #fff;
	padding: 60px;
	position: absolute;
	top: 100px;
	margin-left: 20%;
}

.home-block-title-caption {
	position: relative;
}

.home-block-caption h1 {
	font-size: 62px;
	font-weight: 700;
	text-transform: uppercase;
}

.home-block.home {
	background-color: #fff;
	background-image: url('../images/home-block-background.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 120px 0;
	height: 650px;
}

h1.home-head {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.home-steps-wrapper {
	padding: 60px;
}

.home-steps-wrapper h1 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.home-steps-wrapper .container {
	max-width: 1000px;
}

.home-new-used-wrapper {
	background: #eee;
}

.home-about-block-wrapper,
.home-new-used-wrapper {
	line-height: 2em;
}

.home-steps-wrapper .icons,
.home-help-wrapper .icons {
	text-align: center;
}

.home-steps-wrapper .icons svg,
.home-help-wrapper .icons svg {
	font-size: 87px;
	width: 1em;
	height: 1em;
}

.home-steps-wrapper .icons-text {}

.home-steps-wrapper .icons-text h3,
.home-help-wrapper .icons-text h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.home-block.about,
.home-block.help {
	position: relative;
	background-color: #fff;
	background-position: center right;
	background-repeat: no-repeat;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	height: 380px;
}

.home-block.about {
	background-image: url('../images/home-about-block-background.jpg');
	background-position: center center;
	background-size: cover;
}

.home-block.help {
	background-image: url('../images/home-help-block-background.jpg');
	background-position: center center;
	background-size: cover;
}

.home-block-overlay {
	background-color: #000;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.home-about-block-wrapper h2,
.home-reviews-wrapper h2,
.home-partners-wrapper h2,
.home-callback-wrapper h2,
.home-help-wrapper h2 {
	color: #333;
	font-family: "Montserrat", Sans-serif;
	font-weight: 900;
	font-size: 32px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.home-help-wrapper h2 {
	padding-left: 30px;
}

.home-help-wrapper h2 em,
.home-calc-wrapper h2 em,
.home-about-block-wrapper h2 em {
	font-style: normal;
	color: #008CFF;
}

.home-new-used-wrapper h2,
.home-callback-wrapper h2 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
}

.home-news-wrapper h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
}

.home-news-wrapper .img {
	position: relative;
	background-size: cover;
}

.home-news-wrapper .card-body {
	background: #eee;
}

.home-news-wrapper .author {
	font-size: 13px;
}

.home-news-wrapper a {
	color: #333;
	text-decoration: none;
}

@media all and (max-width:1028px) {
	.home-about-block-wrapper h2 {
		font-size: 28px;
	}

	.home-about-block {
		height: 450px;
	}
}

@media all and (max-width:768px) {
	.home-block-wrapper .container {
		max-width: 706px;
	}

	.home-block-caption {
		margin-left: 0;
		top: 60px;
	}
}

@media all and (max-width:568px) {
	.home-block-wrapper .container {
		max-width: 466px;
	}

	.home-block-caption {
		margin-left: 5%;
		top: 60px;
	}
}

@media all and (max-width:468px) {
	.home-help-wrapper {}

	.home-block-wrapper .container {
		max-width: 336px;
	}

	.home-block-caption {
		padding: 40px;
		margin: 0;
		top: 50px;
	}

	.home-block-caption h1 {
		font-size: 42px;
	}

	.home-block.about {
		margin-bottom: 20px;
	}

	.home-block.help {
		margin-top: 20px;
	}
}

.btn-xl {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.btn-info {
	background-color: #00b978 !important;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
	background-color: #005428 !important;
}