.cooperate-more .cooperate-row {
    background-color: #c24242;
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.03),
      0 0.5rem 1rem 0 rgba(0, 0, 0, 0.05);
    padding: 15px;
    border-radius: 10px;
  }
  .cooperate-more .title,
  .cooperate-more .des {
    color: #ffffff;
  }
  .cooperate-list .cooperate-row {
    background-color: #ffffff;
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.03),
      0 0.5rem 1rem 0 rgba(0, 0, 0, 0.05);
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    height: 100%;
  }
  .next-icon {
    background-color: #7dc242;
    border-radius: 50px;
  }
  .item-icon {
    margin-bottom: 30px;
  }
  .banner {
    margin-top: 30px;
  }
  .banner .icon {
    width: 170px;
  }
  .banner .des {
    color: #ffffff;
    margin-top: 20px;
  }
  .banner .des .volumn {
    font-size: 40px;
    font-weight: bold;
  }
  .banner .item {
    text-align: center;
  }
  .cooperate-row .title {
    font-size: 18px;
  }
  .life-at-lozido .thumbnail img {
    width: 100%;
    border-radius: 10px;
  }
  .life-at-lozido .caption {
    margin-top: 20px;
  }
  .recruit-banner {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 1rem 2rem 0 rgb(0 0 0 / 3%), 0 0.5rem 1rem 0 rgb(0 0 0 / 5%);
  }
  body.desktop div.recruit-banner {
    background:linear-gradient(rgb(218, 247, 255) 0%, rgb(244, 255, 220) 100%);
    background-size: cover;
  }
  body.mobile div.recruit-banner {
    background-color: linear-gradient(rgb(218, 247, 255) 0%, rgb(244, 255, 220) 100%);
    background-size: cover;
  }
  .recruit-banner h3.section-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .feature-box-style-3 {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    min-height: 0;
  }
  .item .inner-item-content {
    background-color: #ffffff;
    border-radius: 10px;
    color: #000000;
    padding: 15px;
    min-height: 340px;
    margin-top: 30px;
    box-shadow: 0 1rem 2rem 0 rgb(0 0 0 / 3%), 0 0.5rem 1rem 0 rgb(0 0 0 / 5%);
  }
  .item-icon .icon {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background: linear-gradient(to right, #7dc242, #3b9d46);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .elloicon {
    font-size: 50px;
    color: #fff;
    line-height: 0;
  }
  