.people {
	.header {
		display: flex;
		margin: 20px;

		img {
			width: 100px;
			height: 100px;
			margin-right: 20px;
		}

		.desc {
			h1 {
				font-size: 2em;
				margin-top: 0;
				color: #ffffff;
			}

			h2 {
				margin-left: 0;
			}

			.description {
				text-align: justify;
				margin-right: 20px;
			}
		}
	}

}
