.career-hiring {
  background: #F0F1F2;
  padding: 85px 0 140px;
}
.career-hiring .full-content {
  background: url('/template/c73e5a0b/images/career-hiring-bg.png') no-repeat;
  background-size: auto;
  background-size: cover;
  border-radius: 20px;
  padding: 90px 0 100px;
  max-width: 1400px;
  margin: 0 auto;
}
.career-hiring .full-content .inner-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1015px;
  margin: 0 auto;
}
.career-hiring .full-content .inner-content .left-content {
  width: 50%;
  padding: 0 150px 0 0;
}
.career-hiring .full-content .inner-content .right-content {
  width: 50%;
}
.career-hiring .full-content .inner-content .left-content h5 {
  font-size: 23px;
  line-height: 28px;
  font-family: 'Sora';
  color: #fff;
  padding: 0;
  margin: 0 0 10px;
  font-weight: 600;
}
.career-hiring .full-content .inner-content .left-content h3 {
  font-size: 48px;
  line-height: 56px;
  font-family: 'Sora';
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 700px;
}
.career-hiring .full-content .inner-content .right-content p{
  
  padding: 0;
  margin: 0 0 20px 0;
  color: #fff;
  line-height: 31px;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Sora';
}
.career-hiring .full-content .inner-content .right-content p:last-of-type{
  
  margin: 0;
}
.career-hiring .full-content .inner-content .right-content a{
  
  max-width: 225px;
  margin: 47px 0 0;
  display: block;
  padding: 13px 10px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  height: 52px;
  font-family: 'Sora';
  transition: all 300ms ease-out 0s;
  text-decoration: none;
  background: transparent;
  width: 100%;
  border-radius: 70px;
}
.career-hiring .full-content .inner-content .right-content a:hover{
  
  background: #fff;
  color: #2d9fab;
}
