/* ================================================= */
/* RESPONSIVE */
/* ================================================= */

@media (max-width: 575px) {
  .new-products .products-section-title {
    padding: 14px 16px;
    gap: 12px;
    border-radius: 14px;
  }

  .new-products .products-section-title .material-symbols-outlined {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .new-products .products-section-title h2 {
    font-size: 1.3rem;
  }

  .new-products .products-section-title::after {
    display: none;
  }
}
