.product-list .article-item-box .description p {
  height: auto;
  font-weight: 500;
}

#lm-content {
  position: relative;
}
#lm-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/sp-pattern.png") repeat;
  opacity: 0.4;
}

.subheading {
  font-weight: 300;
  font-size: 20px;
  margin-top: 10px;
}

.products-wrap {
  position: relative;
  margin-top: 80px;
}
.products-wrap .animate-image-1 {
  position: absolute;
  top: -128px;
  left: 0;
}
.products-wrap .animate-image-1 img {
  width: 130px;
}
.products-wrap .animate-image-2 {
  position: absolute;
  top: -143px;
  right: 0;
}
.products-wrap .animate-image-2 img {
  width: 150px;
}

.badges-slide {
  margin-bottom: 50px;
}
.badges-slide .item {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.badges-slide .item p {
  color: #fff;
  font-size: 19px;
  text-align: left;
  line-height: 21px;
}
.badges-slide .item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.badges-slide .item img {
  width: 45px;
}
.badges-slide .item.red {
  background: #ff4d00;
}
.badges-slide .item.red .icon img {
  width: 38px;
}
.badges-slide .item.green {
  background: #06D001;
}
.badges-slide .item.green .icon img {
  width: 38px;
}
.badges-slide .item.blue {
  background: #00b3ff;
}
@media (max-width: 767px) {
  .badges-slide {
    margin-bottom: 30px;
  }
  .badges-slide .item .icon {
    width: 38px;
    height: 38px;
    border: 0 none;
  }
  .badges-slide .item p {
    font-size: 17px;
  }
}