
.main{
  width: 100%;
  min-height: 12.2rem;
  background: url('../images/career/banner.png') #fff no-repeat;
  background-size: 100% 12.2rem;
  background-position: top left;
  padding-bottom: 2.08rem;
}
.main h1{
  width: 100%;
  height:12.2rem ;
  display: flex;
  align-items: center;
  font-family: Poppins-Black;
  font-weight: 900;
  font-size: 1.2rem;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: left;
  /* padding: 3.87rem 1.76rem 3.92rem; */
  padding-right: 30%;
  padding-left: 1.76rem;
  margin-bottom: 0.94rem;
  padding-top: 2rem;
}
.job-row {
  display: flex;
  justify-content: center;
 
}
.job-column {
  width: 12.95rem;
 
}

.job-column:first-child{

  margin-right: 0.9rem;
}
.job-column img{
  width: 12.95rem;
  height:10.62rem ;
  margin-bottom: 0.9rem;
}
.job-column h2 {
  font-family: Poppins-Black;
  font-weight: 900;
  font-size: 0.76rem;
  color: #1B1717;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 0.28rem;
}
.job-column ul{
  padding-left: 0.4rem;
}
.job-column ul li {
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.6rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-family: Poppins;
  list-style: disc;
}
.job-column ul span{
  font-family: Poppins-SemiBold;
  font-weight: 600;
}
.job-btn {
  width: 4.22rem;
  height:1.34rem ;
  background: url('../images/career/btn.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 0.8rem;
  display: block;
}

