.content-wrapper {
display: flex;
flex-direction: row;
justify-content: center;
padding: 20px;
margin: 1em auto;
max-width: 1100px; }
.main-content {
flex: 1;
margin-right: 20px;
padding: 2em;
}
.sidebar {
width: 300px;
}
.other-job {
margin-bottom: 10px;
}