#reason {
  background-color: #f6f7f9;
  padding: 36px 20px 40px 20px;
  text-align: center; }
  #reason .reason-top-line {
    width: 40px;
    border: 1px solid #666666;
    margin: 0 auto; }
  #reason .reason-title {
    padding-top: 24px;
    font-size: 24px;
    padding-bottom: 30px; }
  #reason .reason-items {
    display: flex; }
    #reason .reason-items .reason-item {
      flex: 1 1 auto; }
      #reason .reason-items .reason-item img {
        width: 50px;
        padding-bottom: 12px; }
      #reason .reason-items .reason-item .desc {
        font-size: 12px; }

.first-item {
  padding: 20px;
  border-bottom: 1px solid #eeeeee; }
  .first-item img {
    width: 70px;
    float: left;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 20px; }
  .first-item .first-item-text {
    text-align: left; }
    .first-item .first-item-text .first-item-big-title {
      font-size: 16px;
      padding-bottom: 14px; }
    .first-item .first-item-text .first-item-desc {
      font-size: 12px; 
      color: #7a7a7a;
    }

.second-item {
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  position: relative; }
  .second-item .second-item-title {
    font-size: 16px;
    text-align: left; }
  .second-item img {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 16px; }

.third-item {
  padding: 20px;
  background-color: #F6F7F9; }
.third-item .third-item-top-desc {
    font-size: 12px;
    text-align: center;
}
.third-item .third-item-top-desc span {
    color: #057adc;
}
.third-item .third-item-top-line {
    background-color: #f6f7f9;
    margin: 16px auto;
    border-bottom: 1px solid #aaaaaa;
    width: 50px;
}
.third-item .third-item-big-title {
    font-size: 18px;
}
.third-item .third-item-desc-title {
    color: #666666;
    line-height: 26px;
    padding-top: 20px;
    text-align: left;
    font-size: 15px;
}
.third-item .third-item-desc-txt {
    color: #666666;
    text-align: left;
    font-size: 12px;
}
.third-item .third-item-desc-txt p table {
    line-height: 21px;
}

.item-end {
    font-size: 12px;
    color: #666666;
}

/*# sourceMappingURL=join-us-mobile.css.map */
