
.col-1 + .col-1 {
	margin-left: 33px;
}

.col-1,
.col-2 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.section-right {
	display: flex;
	align-items: flex-start;
	align-self: flex-start;
	position: relative;
	z-index: 5;
}

nav .link-section a {
	margin-right: 20px;
}

nav .nav-title {
	margin-top: 0;
}

nav .nav-subtitle._mail {
	margin-top: 20px;
	font-family: RobotoRegular;
}

nav .nav-subtitle._mail:after {
	display: none;
}


#menu {
	height: 100vh;
}


@media (max-width: 960px) {
	nav .nav-subtitle._mail {
		display: none;
	}

	header h1 {
		margin-top: 30px;
	}
}

@media (max-width: 790px) {
	.img-people-1 {
		transform: translate(100px, 0);
	}
}


@media (max-width: 600px) {
	nav .section-right {
		margin-top: 25px;
	}

	.img-people-1 {
		transform: none;
	}

	header h1 {
		margin-top: 66px;
	}

	nav .section-right > *:first-child {
		align-items: flex-start;
	}
}