.people .container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 7;
	height: auto;
}

.people h1, .people h2 {
	color: #161a20;
	font-weight: 600;
}

.people p {
	color: #161a20;
	font-weight: 450;
}

.people__identify {
	position: relative;
	width: 100%;
	height: 100%;
}

.people__bg,.people__person,.people__gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transform: scale(1.6);
	z-index:-1;
}

.people__bg-img,.people__person svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
/* 	filter: contrast(60%); */
	z-index:1;
}

.people__img {
	display: block;
}

.people__search {
	margin-top: 25px;
	font-size: 24px;
	line-height: 1.17;
	color: #161a20;
}

.people__quant {
	font-weight: 500;
}

.people__gradient {
	background-image: linear-gradient(
        180deg,
        rgba(255,255,255,1.0) 1%,
        rgba(255,255,255,0.75) 5%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0.75) 95%,
        rgba(255,255,255,1.0) 99%);
}

.people__button {
	margin-bottom: 125px;
	align-self: center;
	min-width: 260px;
	transition: 0.5s ease;
	opacity: 1;
	transform: translateY(-15px);
}

.people__button._show {
	transform: translateY(0);
	opacity: 1;
}

.people__object1,.people__object2,.people__object3,.people__object4,.people__object5 {
	opacity: 0;
}

.people._animation .people__object1 {
	animation-name: find-objects;
	animation-delay: 1s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.people._animation .people__object2 {
	animation-name: find-objects;
	animation-delay: 3s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.people._animation .people__object3 {
	animation-name: find-objects;
	animation-delay: 5s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.people._animation .people__object4 {
	animation-name: find-objects;
	animation-delay: 7s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.people._animation .people__object5 {
	animation-name: find-objects;
	animation-delay: 9s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.people__identify {
	padding-top: 210px;
}

.people__description {
	margin-top: auto;
	margin-bottom: 32%;
	margin-left: 33%;
	min-width: 280px;
	color: black;
}





.people__text {
	margin-top: 8px;
	opacity: 1;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.17;
	color: #000;
}



@media all and (max-width: 1100px) {

.people__bg,.people__person,.people__gradient {
	transform: scale(1.75);
}

}



@media all and (max-width: 1000px) {

.people {
	height: 640px !important;
}

.people__identify {
	padding-top: 64px;
}

.people__search {
	margin-top: 12px;
	font-size: 26px;
}

.people__bg,.people__person,.people__gradient {
	transform: scale(1.6);
}

}



@media all and (max-width: 900px) {

.people__bg,.people__person,.people__gradient {
	transform: translateX(20%) scale(2.4);
}

}



@media all and (max-width: 800px) {

.people__bg,.people__person,.people__gradient {
	transform: translateX(30%) scale(2.7);
}

}



@media all and (max-width: 700px) {

.people {
	height: 640px !important;
}

.people__bg {
	background-size: cover !important;
}

.people__find,.people__quant {
	font-size: 14px;
}

.people__bg,.people__person,.people__gradient {
	transform: translate(20%) scale(1.8);
}

.people__identify {
	padding-top: 48px;
}

}

@media all and (max-width: 600px) {

.people__bg,.people__person,.people__gradient {
	transform: translateX(10%) scale(2.2);
}

}



@media all and (max-width: 500px) {

.people__bg,.people__person,.people__gradient {
	transform: translate(20%, 0%) scale(2.4);
}

}



@media all and (max-width: 400px) {

.people__bg,.people__person,.people__gradient {
	transform: translate(50%, 0) scale(2.8);
}

}
