.shopify-section.faq-section {
  .faq-container{
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding-left: clamp(30px, 5vw, 80px);
    padding-right: clamp(30px, 5vw, 80px);
  }
  h2, h3{
    font-family: Century Gothic;
    line-height: 100%;
  }
  h2{
    font-weight: 700;
    font-size: 44px;
  }
  h3{
    font-weight: 700;
    font-size: 20px;
    margin: 0 ;
  }
  .faq-item{
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .section_title, .faq-item {
    border-bottom: solid 1px black;
  }
  .faq-item:open .plus{
    transform: rotate(45deg);
  }
  .faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:15px;
    margin-bottom: 10px;
  }
  .plus {
    font-size: 30px;
    font-weight: 100;
    transition: translate 0.5s ease ;
  }
  .faq-answer {
    padding-right: 40px;
    p{
      margin:0;
      font-size:16px;
      margin-bottom: 16px;
    }
  }
}
