.section{
	min-width: 1000px;
	color: #122d54;
}

.section_container {
	width: 60vw;
	margin: auto;
	background-color: #f3f3f3;
	padding: 40px 0 40px 0;
  min-height: 35vh;
}

.section_header {
	/* text-decoration: none;
	font-family: Montserrat;
  font-weight: normal;
  font-size: 30px;
  line-height: 34.9px;
  letter-spacing: 0.6px; */
  text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.section_paragraph {
	text-align: center;
	padding: 0 20px;
}

.pagecontent {
	width: 80vw;
	margin: auto auto 1rem auto;
	padding: 45px;
	background-color: #f3f3f3;
	color: #122d54;
}
