.main-page {
	padding: 140px 0 180px 0;
}

.main-page h1 {
	text-align: center;
	max-width: 600px;
	font-size: 3.5rem;
	font-weight: 800;
	color: #10481f;
	position: relative;
	padding-top: 40px;
	margin: 0 auto;
}

.main-page h1:before {
	content: '';
	display: block;
	width: 2px;
	height: 40px;
	background: #22b745;
	margin: 0 auto;
}

.talk-title {
	text-align: left;
	max-width: 600px;
	font-size: 2rem;
	margin: -160px auto 0 auto;
	padding: 200px 0 10px 0;
	font-weight: 800;
	color: #2fbb50;
	position: relative;
	z-index: 1;
}


.talk-infos {
	text-align: left;
	margin: 0 auto;
	max-width: 600px;
	font-weight: 800;
	position: relative;	
	z-index: 5;
}

.talk-infos p {
	margin: 5px 0;
	font-style: 1.2rem;
}
.talk-infos p b {
	font-weight: 700;
	margin: 5px 0;
}

.talk {
	text-align: left;
	margin: 0 auto;
	max-width: 600px;
	font-weight: 800;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	z-index: 5;
}

.talk-phones {
	flex-direction: row;
}

.talk-emails {
	flex-direction: column;
}

.talk-phones div {
	width: 30%;
	margin: 20px 1.5%;
	display: block;
	font-weight: 400;
	font-size: 1.1rem;
	color: #22b745;
}


.talk-emails div {
	width: 100%;
	margin: 10px 0;
	display: block;
	font-weight: 400;
	font-size: 1.1rem;
	color: #22b745;
}

.talk div a {	
	text-decoration: none;
	font-weight: 700;
	font-size: 1.4rem;
	display: block;
	color: #10481f;
	margin: 10px 0;
	transition: 0.3s;
}

.talk div span {	
	text-decoration: none;
	font-weight: 700;
	font-size: 1.4rem;
	display: block;
	color: #10481f;
	margin: 0;
	transition: 0.3s;
}

.talk div a:hover {	
	color: #22b745;
}

/* jobs */

.jobs {
	padding: 200px 0 120px 0;
}

.jobs-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.job {
	max-width: 600px;
	margin: 0 40px;
}
.job img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 980px){
	.main-page {
		padding: 90px 0 200px 0;
		width: 90%;
		margin: 0 auto;
	}

	.talk-title {
		text-align: center;
		font-size: 1.2rem;
	}

	.talk-infos {
		text-align: center;
	}
	.talk-infos p {
		font-style: 1rem;
	}

	.talk {
		text-align: center;
	}

	.talk-phones div {
		width: 100%;
		font-size: 0.95rem;
	}


	.talk-emails div {
		width: 100%;
		font-size:0.95rem;
	}

	.talk div a {	
		font-size: 1rem;
	}

	.talk div span {	
		font-size: 1rem;
	}
	.jobs {
		padding: 100px 0 0 0;
	}
	
	.jobs-wrapper {
		flex-direction: column;
	}
	
	.job {
		max-width: 95%;
		margin: 2% auto;
	}
	.job img {
		display: block;
		width: 100%;
	}
	
}