.popular-products-section .section-header__content {
  max-width: none;
  width: 100%;
  flex: 1;
  min-width: 0;
}

.popular-products-section .section-header .section-header__desc {
  max-width: none;
}

@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: "";
  }
}