@media screen and (max-width: 575px) {
  .popular-products .popular-products__wrapper:not(.popular-products__wrapper-two__cards) .border-item:nth-child(n+1):not(:first-child):before {
    content: "";
  }
}

.popular-products h2 {
  font-size: 36px;
  max-width: 460px;
  line-height: 1.1;
}
.popular-products .card__title,
.popular-products .price {
  text-transform: uppercase;
  font-weight: 500;
}

.popular-products .card__description {
  color: #8b8b8b;
}

@media screen and (min-width: 990px) {
  .popular-products h2 {
    font-size: 62px;
  }
}