.joinUs{
  background-color: #fff;
}
.jobs{
  margin-bottom: 8.31rem;
}
.joinUs .jobBtn{
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  background-color: #0096FF;
  line-height: 3.13rem;
  border-radius: 2rem;
  padding: 0 1.25rem;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
}
.joinUs ._thead{
  border-bottom: 0.06rem solid #CCCCCC;
}
.joinUs ._th{
  font-size: 1.5rem;
  color: #333333;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
}
.joinUs ._tr{
  box-shadow: 0px 4px 8px 0px #DDDDDD;
  margin: 0 0 1.25rem 0;
}
.joinUs ._td{
  font-size: 1.5rem;
  line-height: 5rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.nav-link{
  font-weight: 400;
  color: black;
  font-size: 1rem;
}
.navbar-nav .nav-link:hover{
  color: #0096FF !important;
}

@media (max-width: 62em) {
  .joinUs ._th{
    font-size: 0.9rem;
  }
  .joinUs ._td{
    font-size: 0.9rem;
  }
  .joinUs .jobBtn{
    font-size: 0.9rem;
    color: #fff;
    background-color: #0096FF;
    line-height: 1.4rem;
    border-radius: 1rem;
    padding: 0 0.5rem;
  }
}