.green {
  color: #04b984;
}

.lb_home_green{
  color: #229D4E;
}

.decoration_footer {
  margin-top: 116px;
  margin-bottom: 114px;
}

.text-left {
  text-align: left !important;
}

.grey-bg {
  width: 100%;
  padding: 100px 0 70px;
  background-color: #f8f8f8;
}

.decoration-title {
  font-size: 48px;
  color: #2f3343;
  margin-bottom: 40px;
}

.decoration-paragrah {
  font-size: 24px;
  font-weight: 400;
  color: #8f8f8f;
  margin-top: 12px;
  text-align: center;
}

.project_card {
  position: relative;
  margin-top: 35px;
}

.project_card img {
  width: 100%;
  max-height: 489px;
  object-fit: contain;
}

.project_card_item {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}

.project_card_item_name {
  width: 202px;
  text-align: center;
  height: 43px;
  line-height: 43px;
  color: #04b984;
  font-size: 24px;
  border: 2.5px solid #04b984;
  border-radius: 100px;
  margin: 0 auto;
}

.project_card_item_count {
  font-size: 22px;
  color: #5d5d5d;
  text-align: center;
  margin-top: 40px;
}

.category_card {
  position: relative;
  margin-top: 76px;
}

.green_title {
  display: inline-block;
  color: #157f60;
  font-size: 32px;
  margin-top: 156px;
  /* margin-bottom: 46px; */
}
.lb_home_green_title{
  display: inline-block;
  font-size: 32px;
  margin-top: 156px;
  color: #229D4E;
}

.formaldehyd_title {
  margin-top: 33px;
}

.category_card img {
  width: 100%;
  max-height: 622px;
  object-fit: contain;
}

.category_card_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  line-height: 76px;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
}
.superiority-info .category_box_card{
    padding-right: 30px;
    padding-left: 30px;
}

.decoration-paragrah-line {
  text-align: center;
}

.sm_line,
.link-item-line {
  display: inline-block;
}

.zoom07 {
  zoom: 0.7;
}

.zoom06 {
  zoom: 0.6;
}

.zoom14 {
  zoom: 1.4;
}

.footer_mt_100 {
  margin-top: 100px;
}

@media (min-width: 350px) and (max-width: 768px) {
  .superiority-info .category_box_card {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 350px) and (max-width: 500px) {
  .zoom07,
  .zoom14,
  .zoom06 {
    zoom: 1;
  }

  .category_card {
    margin-top: 30px;
  }

  .category_card_name {
    height: 108px;
    line-height: 108px;
    font-size: 17px;
  }

  .decoration-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .decoration-paragrah {
    font-size: 12px;
  }

  .sm_line {
    display: block;
  }
  .lb_home_green_title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-top: 78px;
  }

  .green_title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-top: 78px;
  }

  .formaldehyd_title {
    margin-top: 31px;
  }

  .decoration_footer {
    margin-top: 28px;
    margin-bottom: 40px;
  }

  .grey-bg {
    padding: 50px 0 25px;
  }

  .project_card {
    margin-top: 20px;
  }

  .project_card_item {
    top: 20px;
  }

  .project_card_item_name {
    width: 101px;
    height: 21.5px;
    line-height: 21.5px;
    font-size: 12px;
    border-width: 1.25px;
  }

  .project_card_item_count {
    font-size: 11px;
    margin-top: 20px;
  }

  #project-template .project_card:nth-child(2n) {
    padding-left: 6.5px !important;
    padding-right: 0 !important;
  }

  #project-template .project_card:nth-child(2n + 1) {
    padding-left: 0 !important;
    padding-right: 6.5px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .category_card_name {
    height: 82px;
    line-height: 82px;
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category_card_name {
    height: 99px;
    line-height: 99px;
  }
}

@media (min-width: 350px) and (max-width: 400px) {
  .category_card_name {
    height: 80px;
    line-height: 80px;
    font-size: 17px;
  }
}
