#recruit {
  padding: 35px 5vw 0 5vw;
  padding-right: calc(var(--main-width) * 5) !important;
  padding-left: calc(var(--main-width) * 5) !important;
  text-align: left;
}

#recruit p {
  font-size: calc(var(--main-width) * 2.4) !important;
  font-weight: 300;
}

#recruit a, #recruit a:active, #recruit a:visited, #recruit a:hover {
  font-size: calc(var(--main-width) * 2.4) !important;
}

#philosophy-div {
  padding-right: calc(var(--main-width) * 5) !important;
  padding-left: calc(var(--main-width) * 5) !important;
}
#philosophy-div p {
  font-size: calc(var(--main-width) * 2.4) !important;
  font-weight: 300;
}
