.p-mente__list {
  gap: 30px 2%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
}
.p-mente__item {
  width: 32%;
}
.p-mente__inner {
  padding: 0 10px;
}
.p-mente__info {
  gap: 20px 40px;
  align-items: center;
}
.p-mente__infoImg {
  width: 450px;
}
.p-mente__infoImg img {
  width: 100%;
}
.p-mente__infoContent {
  width: 690px;
}
.p-mente__infoTxt {
  font-size: 15px;
  line-height: 26px;
  margin-top: 16px;
}
.p-mente__infoContent .c-profile-block__txt {
  font-size: 15px;
}
.p-mente__infoContent .c-profile-block__title {
  border-color: #111;
}
.c-profile-block__row:first-child .c-profile-block__title,
.c-profile-block__row:first-child .c-profile-block__txt {
  padding-top: 0;
}
@media (max-width: 1200px) {
  .p-mente__inner,
  .p-mente__list {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p-mente__info {
    flex-wrap: wrap;
  }
  .p-mente__infoImg,
  .p-mente__infoContent {
    width: 100%;
  }
  .p-mente__infoContent .c-profile-block__txt,
  .p-mente__infoTxt {
    font-size: 12px;
  }
  .p-mente__item {
    width: 48%;
  }
  .c-profile-block__title {
    width: 130px;
  }
}
/*Card*/
.c-card__img {
  height: 233px;
  position: relative;
  overflow: hidden;
  background: #cccccc;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.c-card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 20px 0 8px;
  color: #0a1066;
}
.c-card__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 767px) {
  .c-card__title {
    font-size: 15px;
    margin-top: 15px;
  }
  .c-card__txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .c-card__img {
    height: 180px;
  }
}
/*End Card*/

/**List Code*/
.c-listcode {
  display: flex;
  gap: 40px 1.7%;
  flex-wrap: wrap;
  padding: 0 30px;
}
.c-listcode__code {
  width: 23.7%;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 23px;
  border-bottom: 1px solid #707070;
}
.c-recycling__note {
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  line-height: 30px;
}
.c-recycling__info {
  padding: 0 30px;
}
.c-recycling__infoImg {
  width: 100%;
}
.c-recycling__infoTt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}
.c-recycling__infoTxt {
  padding-top: 23px;
}
@media (max-width: 1024px) {
  .c-listcode__code {
    width: 31%;
  }
  .c-listcode {
    gap: 40px 3.5%;
  }
}
@media (max-width: 767px) {
  .c-listcode__code {
    width: 47%;
    padding-bottom: 15px;
    font-size: 13px;
  }
  .c-listcode {
    padding: 0;
    gap: 25px 0;
    justify-content: space-between;
  }
  .c-recycling__note {
    padding: 0;
    font-size: 13px;
  }
  .c-recycling__info .item{
    margin: auto;
  }
  .c-recycling__infoTt {
    font-size: 18px;
  }
}

/* LIST IMAGE */
.c-listImages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 40px;
}
.c-listImages .item {
  width: calc((100% - 80px) / 3);
}
.c-listImages img {
  display: block;
  width: 100%;
}
.c-listImages .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .c-listImages {
    gap: 30px 10px;
  }
  .c-listImages .item {
    width: calc((100% - 10px) / 2);
  }
  .c-listImages .title {
    font-size: 13px;
    padding-top: 12px;
  }
}

.p-mente .wrapper-660 {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.p-mente .c-content {
  padding-top: 60px;
}
.p-mente .c-content img {
  display: block;
  width: 100%;
}

small{
  font-size: 0.8em;
}