.container{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.home header{
    display: none;
}
.page-content, .entry-content, .entry-summary{
    margin: 0;
}
.career-top-header{
    background-color: #bebdbd;
}
.career-top-header .title {
	margin: 0;
	padding: 30px 15px;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 2rem;
}