.storeseo-faq__heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: var(--heading-text-transform);
}
.storeseo-faq__question{
  font-family: var(--p-font-family);
  font-weight: 400 !important;

}

.storeseo-faq
{
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
}