.product_section h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
}

.product_section h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32.78px;
}
.product_section h2 span {
  color: #898989;
}
.populars_cards {
  justify-content: start;
  margin: unset;
}
.product_section .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dee2e600;
}
.product_section .accordion-item {
  border-top: 0;
  border-left: none;
  border-right: none;
}

