.box__item {
    padding: 20px;
    min-height: 264px;
    width: 100%;
    display: grid;
    grid-template-columns: 161px minmax(0px, 274px) minmax(0px, 274px) minmax(0px, 274px);
    gap: 0px 30px;
    background: #fff;
    hyphens: auto;
    word-break: break-word;
  }

  .box__item.grey {
    background: #EBE6E6;
  }

  .box__item.last {
    border-bottom: 1px solid #B2ABAD;
  }

  .box__title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 8px;
    color: #231F20;
  }

  .box__recycling p {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .box__recycling p:last-child {
    margin-bottom: 0;
  }

  .box__material .material__icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1em;
    gap: 0 16px;
    margin-bottom: 8px;
  }

  .box__material .material__icon:last-child {
    margin-bottom: 0;
  }

  .box__material .material__icon .icon__item {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border: 1px solid #231F20;
    box-sizing: content-box;
  }

  .box__item .material__icon .icon__text {
    word-break: break-word;
  }

  .box__material .material__icon p {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;

  }

  @media only screen and (max-width: 767px) {
    .box__item {
      display: block;
      padding: 16px;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .box__material .material__icon p,
    .box__item p {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.2px;
      margin: 0;
      margin-bottom: 16px;
    }

    .box__material .material__icon p {
      font-weight: 700;
      margin: 0;

    }

    .box__icon p {
      font-weight: 400;
    }


    .box__item p:last-child {
      margin-bottom: 0;
    }

    .box__title {
      font-size: 16px;
      line-height: 24px;
      color: #3C3737;
    }

    .box__image {
      border-bottom: 1px solid #B2ABAD;
      margin-bottom: 16px;
    }

    .box__image img {
      margin-bottom: 16px;
    }

    .box__material,
    .box__description {
      margin-bottom: 16px;
      border-bottom: 1px solid #B2ABAD;
      padding-bottom: 16px;
    }
  }
