/** Shopify CDN: Minification failed

Line 14:19 Expected identifier but found whitespace
Line 14:21 Unexpected "{"
Line 14:30 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom_faq (INDEX:14) */
.faq {
  background-color: {{ section.settings.bg_color }};
  padding: 20px;
}

.faq h2 {
  font-size: 24px;
  margin: 0;
}

.faq p {
  margin: 0;
}

.faq__question {
  cursor: pointer;
}

.faq__answer {
  display: none;
}




  .accordion {
  background-color: #f3f0ea;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ece8df;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



  .faq h3, .faq h2 {
    text-align: center;
}

.accordion_content {
    margin-top: 2em;
    margin-bottom: 1em;
}

.faq h3.SectionHeader__SubHeading.Heading.u-h6 {
    padding-top: 10px;
}

.accordion_content {
    max-width: 700px;
    margin-inline: auto;
}

.panel p {
    padding-block: 5px;
}
@media only screen and (max-width:768px)
  {
    
.faq .Container {
    padding-inline: 0;
}
    
  }
/* END_SECTION:custom_faq */