.hello {
	background: url(../img/home_page_img/test.svg) no-repeat center right;
	background-size: 70%;
	padding-bottom: 350px;
}

.hello h1 {
	padding-top: 200px;
	font-size: 150px;
	font-weight: 600;
	padding-bottom: 40px;
}

.hello button {
	margin-top: 40px;
	width: 47%;
}

.hello__img {
	position: relative;
}

.hello__img img {
	position: absolute;
	top: 10%;
	right: -13%;
}

.hello button:last-child {
	color: rgba(255, 255, 255, 0.7);
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.7);
}

.hello button:last-child:hover {
	color: #FF5C00;
	border-color: #FF5C00;
}

.hello button:last-child:active {
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.7);
}

.our_team {
	position: relative;
	padding-bottom: 25%;
	background: url(../img/home_page_img/big_bg_one.svg) no-repeat bottom center;
	background-size: cover;
}

.our_team h3 {
	padding-bottom: 40px;
}

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

.our_team__first_img img {
	position: absolute;
	right: 4%;
	top: 5%;
}

.imgg {
	padding-bottom: 125px;
	background: url(../img/home_page_img/big_bg_two.svg) no-repeat top center;
	background-size: cover;
}

.not_just__absolute_block {
	position: relative;
	padding-bottom: 20%;
}

.not_just button {
	margin-top: 30px;
}

.not_just__first_img img {
	position: absolute;
	top: -40%;
	left: -2%;
}

.not_just__block {
	width: 32%;
	background-color: #2A2B2E;
	text-align: center;
	padding: 55px;
	border-radius: 20px;
}


@media only screen and (max-width: 1399px) {
	.hello__img img {
		width: 525px;
		right: -5%;
	}
	.hello {
		padding-bottom: 300px;
	}
}

@media only screen and (max-width: 1199px) {
	.hello {
		padding-bottom: 200px;
	}
	.hello__img img {
		width: 525px;
		right: -2%;
	}
	.not_just__first_img img {
		width: 525px;
	}
	.our_team__first_img img {
		width: 525px;
	}
	.not_just__absolute_block {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.hello h1 {
		padding-top: 150px;
	}
	.our_team {
		padding-bottom: 100px;
	}
	.not_just__absolute_block {
		padding-bottom: 60px;
	}
	.hello__img img {
		width: 425px;
		right: -7%;
		top: 25%;
	}
	.not_just__first_img img {
		width: 400px;
		top: -5%;
	}
	.our_team__first_img img {
		width: 400px;
		top: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.our_team {
		padding-top: 100px;
	}
	.hello__img img {
		display: none;
	}
	.not_just__first_img img {
		width: 300px;
		top: 140px;
		left: 255px;
	}
	.our_team__first_img img {
		width: 300px;
		top: -150px;
		z-index: -10;
		left: 47%;
	}
}

@media only screen and (max-width: 575px) {
	.our_team {
		padding-top: 0px;
		padding-bottom: 0;
	}
	.hello {
		padding-bottom: 100px;
	}
	.hello h1 {
		font-size: 100px;
	}
	.not_just__first_img img {
		display: none;
	}
	.our_team__first_img img {
		display: none;
	}
	.imgg {
		display: none;
	}
}

@media only screen and (max-width: 471px) {
	.hello__buttons {
		display: block !important;
	}
	.hello button {
		width: 100%;
		margin-top: 20px;
	}
}
