.people{
	padding-bottom: var(--blocks-and-headers-paddings);
}
.people__image{
	height: auto;
	max-width: 88%;
}
.people__image__wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	}
	
	.people__wrapper h2{
		margin-top: 125px;
	}
	
	.people{
		padding-bottom: 95px;
	}