.page-content strong {
  color: #000;
  font-weight: bold; }

.function-header--icon {
  width: 90px;
  padding-top: 90px;
  float: left; }
  @media only screen and (max-device-width: 480px) {
    .function-header--icon {
      width: 70px;
      padding-top: 70px; } }

.function-header--icon svg {
  width: 70px;
  height: 70px; }
  @media only screen and (max-device-width: 480px) {
    .function-header--icon svg {
      width: 50px;
      height: 50px; } }

@media only screen and (max-device-width: 480px) {
  .front-h1 {
    font-size: 36px; } }

.hero--image {
  max-width: 800px; }

.function-header .head {
  float: left;
  width: 800px;
  padding-left: 25px;
  padding-top: 15px; }
  @media only screen and (max-device-width: 480px) {
    .function-header .head {
      width: 200px;
      padding-top: 20px; }
      .function-header .head h1 {
        font-size: 23px; } }

.function-header .screenshot {
  margin-top: 10px; }
  .function-header .screenshot img {
    max-width: 100%; }

@media only screen and (max-device-width: 480px) {
  .function-header .mb-5 {
    margin-bottom: 5px !important; }
  .function-header h5 {
    margin-bottom: 30px; } }

.job {
  padding-top: 100px;
  color: #4d4d4d; }
  .job .pagination-job {
    margin-bottom: 10px; }
    .job .pagination-job span {
      color: #4d4d4d;
      font-size: 12px; }
    .job .pagination-job a {
      color: #4d4d4d;
      text-decoration: underline; }
  .job h1 {
    font-size: 40px;
    margin-bottom: 25px; }
    @media only screen and (max-device-width: 480px) {
      .job h1 {
        font-size: 30px;
        text-align: left; } }
  .job b {
    font-weight: bold; }
  .job .job-sidebar {
    background: #F7F7F8;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    padding: 20px; }
    @media only screen and (max-device-width: 480px) {
      .job .job-sidebar {
        position: relative;
        display: block; } }
    .job .job-sidebar h3 {
      color: #2e2e2e;
      font-size: 24px;
      border-bottom: 1px solid #ececec;
      padding-bottom: 5px;
      margin-bottom: 20px; }
    .job .job-sidebar .box {
      margin-bottom: 10px; }
      .job .job-sidebar .box .top {
        font-weight: 600;
        font-size: 16px;
        color: #2e2e2e; }
      .job .job-sidebar .box .c {
        color: #2e2e2e;
        font-weight: normal;
        font-size: 14px; }

.job-box {
  background: #F7F7F8;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #f4f4f4; }
  .job-box .head-text {
    font-weight: bold;
    font-size: 19px;
    color: #2e2e2e; }
  .job-box .small-text {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: normal; }
  .job-box .btn-job {
    background: #003A52;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-top: 5px; }
    .job-box .btn-job:hover {
      background: #022838; }
