.products-muji {
  background: #fff;
}
.top-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  img {
    width: 100%;
  }
  h1 {
    font-size: 38px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    margin-bottom: 0 !important;
    letter-spacing: 0.12em;
  }
}

.products-muji {
  .check-list {
    & .check-list-item {
      img {
        margin-right: 18px;
      }
    }
  }

  .process-flow{
   img {
     width: 100%;
   }
    margin-bottom: 52px;
  }
  .brand {
    &.row {
      margin-left: -2px;
      margin-right: -2px;
      .col-6 {
        padding-left: 2px;
        padding-right: 2px;
      }
    }
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
}
.products-muji-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  .item {
    display: flex;
    flex-direction: row;
    border: 1px solid #191919;
    gap: 30px;
    > div {
      margin-right: 117px;
      color: #161718;
      font-weight: bold;
      font-size: 22px;
      small {
        font-size: 16px;
        font-weight: 400;
      }
    }
  }
}

.service-content {
  width: 865px;
  margin: 0 auto;
  h3 {
    margin-top: 0 !important;
    margin-bottom: 42px !important;
    font-size: 16px;
    font-weight: 500;
  }

  h4 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 43px;
  }
  .service-img {
    text-align: center;
  }
}

.check-list {
  background: #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 41px;
  padding-right: 41px;
  height: 80px;
  margin-bottom: 50px;
  .check-list-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    img {
      margin-right: 35px;
    }
  }
}
