.section .container{
  padding: 1rem 9rem;
}
.img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.section-margin-bottom{
  margin-bottom:3rem;
}
.section-content-title{
  width:40vw;
  margin:1rem auto;
}
.section-content-title .title{
  /* padding: 0 12rem; */
  /* display: flex; */
  /* align-items: center; */
  text-align: center;
  white-space: nowrap;
}
.section-content-title .title .job-title{
  font-size:1.6rem;
  margin-right: 0.8rem;
}
.section-content-title .title .job-category{
  font-size: 0.8rem;
  padding: 0.4rem;
  background: #ea5504;
  opacity: 0.85;
  color: #fff;
  border-radius: 8px;
}
.section-content-title .job-desc{
  text-align: center;
  margin-top: 1rem;
  margin-right: 1.5rem;
}
/* .section-content-title .job-desc span{
  padding: 0.6rem;
}
.section-content-title .job-desc>span:nth-child(2){
  border-left:1px solid #eee;
  border-right:1px solid #eee;
} */
.content{
  display: block;
  margin:8rem auto;
  text-align: center;
}
.section-content p{
  text-align: left;
  text-indent: 2rem;
  line-height: 2.6rem;
  overflow: hidden;
}
.section-content p a{
  display: block;
}
.section-content a>img{
  width:auto;
}
.section-content .ql-align-center{
  text-align: center;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 4rem;
  }
  .section .container{
    padding:0;
    margin:1rem;
  }
  .section-margin-bottom{
    margin-bottom: 0;
  }
}
