.shopify_explorer_faq__item--expandable > .shopify_explorer_faq__question {
  cursor: pointer;
}
.shopify_explorer_faq__item--expandable > .shopify_explorer_faq__answer {
  display: none;
}
.shopify_explorer_faq__separator {
  text-transform: none;
  text-align: center;
  & :not(:first-child) {
    margin-top: 1.2em;
  }
}

  .shopify_explorer__content {
    width: 100%;
  }

  .shopify_explorer_faq__item {
      margin: 0 0 24px 0;
      padding: 30px 45px;
      border-radius: 10px;
      background-color: #fff;
      cursor: pointer;
      }

  .shopify_explorer_faq__question {

          font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: -0.2px;
    text-align: left;
    color: #303234;
    margin: 0;

  }

  .shopify_explorer_faq__answer {
      background: transparent;
      margin: 0 auto;
      margin-left: 35px;
  }

  .shopify_explorer_faq__answer p {
      padding: 8px 0 0;
      margin: 0px  
  }

  .plusminus {
    display: inline-block;
    width: 30px;
    color: #e78229;
  }

  .plusminus:before {
    content: '+';
  }
  
  .active > .plusminus:before {
    content: '-';
  }

  @media (max-width: 500px) {
    .plusminus {width: 15px}
    .shopify_explorer_faq__answer{margin-left: 0;}

  }