.services_products {
	padding-top: 100px;
	background: #141518 url(../img/services_img/products_bgimage_one.svg) no-repeat center bottom;
	background-origin: content-box;
	background-size: 120%;
	padding-bottom: 50px;
}

.img_width {
	width: 100%;
}

.services__text h1 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.services__text p {
	padding-bottom: 20px;
}

.services__text button {
	margin: 40px 0;
}


.products {
	padding-top: 75px;
	padding-bottom: 170px;
}

.products span {
	display: block;
	padding-top: 65px;
	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 31px;
	color: #656565;
}

.products_h3 {
	padding-bottom: 30px;
}

.products_h3 img {
	padding-right: 40px;
}

.services_products_h3 {
	text-align: center;
	font-weight: 600;
}


.included__block {
	width: 97%;
	height: 110%;
	background-color: #2A2B2E;
	border-radius: 20px;
	padding: 8% 7%;
}

.included__block img {
	padding-right: 6%;
	width: 30%;
}

.included__block p {
	display: block;
	padding-top: 20px;
}


.products_two {
	padding-top: 75px;
	background: #141518 url(../img/services_img/products_bgimage_two.svg) no-repeat center top;
	background-origin: content-box;
	background-size: 120%;
}

.products_two__text {
	padding-top: 6%;
	padding-left: 5%;
	padding-right: 0;
}

.products_two__text div {
	padding-bottom: 60px;
}

.products_two__text h3 {
	padding-left: 40px;
}

.products_two__areas {
	padding-top: 100px;
	padding-bottom: 150px;
}

.products_two__areas_block {
	background-color: #2A2B2E;
	border-radius: 20px;
	display: inline-block;
 	text-align: center;
 	padding: 40px;
 	width: 30%;
 	height: 100%;
}

.products_two__areas_block span {
	margin: 20px auto;
}

.products_two__areas_block p {
	text-align: left;
}

.services_products__small_img {
	display: none;
}



.make_it_happen {
	background-origin: content-box;
	background-size: 110%;
}


.make_it_happen__text h5 {
	font-weight: 600;
	color: #656565;
	text-transform: capitalize;
	padding-top: 60px;
	padding-bottom: 10px;
}

.make_it_happen__text h3 {
	padding-bottom: 20px;
}

.make_it_happen__form {
	padding-top: 50px;
	padding-bottom: 150px;
}

.make_it_happen__form textarea {
	resize: none;
	display: block;
	width: 100%;
	height: 60.5%;
	margin-bottom: 20px;
	padding: 30px;
	border: none;
	border-radius: 20px;
	background: #2A2B2E;
	color: #fff;
	font-family: 'Poppins';
	font-size: 18px;
}

.make_it_happen__form input {
	color: #fff;
	font-family: 'Poppins';
	font-size: 18px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 30px;
	border: none;
	border-radius: 20px;
	background: #2A2B2E;
}

.make_it_happen__form button {
	margin-top: 20px;
	float: right;
}



@media only screen and (max-width: 1199px) {
	.services_products {
		background-size: 170%;
	}
	.img_width {
		width: 108%;
	}
}

@media only screen and (max-width: 991px) {
	.products_two__areas_block {
		width: 100%;
		margin-bottom: 40px;
	}
	.included__block {
		margin-bottom: 40px;
		margin: auto;
		height: 90%;
	}
	.products_two__areas {
		display: block !important;
	}
}

@media only screen and (max-width: 767px) {
	/*Burger menu and other blocks*/
	.make_it_happen img {
		display: none;
	}
	.large_img {
		display: none !important;
	}
	.make_it_happen__form textarea {
		height: 100%;
	}
}

@media only screen and (max-width: 566px) {
	.services__text button {
		margin-bottom: 0;
	}
	.products h2 {
		line-height: 60px;
	}
	.products span {
		padding-top: 20px;
	}
	.services_products_h3 {
		margin-top: 0;
	}
	.products {
		padding-bottom: 100px;
	}
	.included__block img {
		width: 20%;
	}
	.products_two__areas_block {
		width: 90%;
		margin-left: 5%;
	}
	.make_it_happen h2 {
		line-height: 60px;
	}
	.make_it_happen__text h5 {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.make_it_happen__text h3 {
		line-height: 40px;
	}
	.products_two__areas {
		padding-bottom: 75px;
	}
}