 #companyHistory .PageContents__inner h2 {
   padding-left: 20px;
   box-sizing: border-box
 }

 #companyHistory .PageContents__inner h3 {
   margin-left: 20px;
   box-sizing: border-box
 }

 #companyHistory .PageContents__inner .PageContents__inner__company {
   flex-direction: column;
   flex-wrap: nowrap;
   width: calc(100% - 40px);
   border-top: none
 }