* {
	margin: 0px;
	padding: 0px;
   box-sizing: border-box;
}
body {
   background-color: #e3e3e3;
   margin-top: 5rem;
   font-size: 2rem;
   line-height: 2 !important;
   position: relative;
}
.page-header {
   margin-bottom: 6rem;
}
.box {
   border: none;
   background-color: #f1f1f1;
   padding: 50px 80px;
   margin-bottom: 8rem;
}
.section {
   font-size: 2.2rem;
   margin-top: 3rem;
   margin-bottom: 5rem;
}
.section h2 {
   font-weight: 700;   
}
.job-desc {
   margin-bottom: 4rem;
   padding-bottom: 4px;
   border-bottom: 1px solid #000;
}
.job-desc span {
   float: right;
}

ol li .list-title {   
   border-bottom: 1px solid #000;
}