/** Shopify CDN: Minification failed

Line 38:0 Expected "}" to go with "{"

**/
.faq-container {
    margin-top: 50px;
}
.faq-group {
    margin-bottom: 20px;
}
.faq-question {
    height: 50px; 
    display: flex; 
    align-items: center; 
    background-color: #f2f2f2;
    color: #000000;
    padding: 10px; 
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.faq-question::after { 
    content: ""; 
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%) rotate(45deg); 
    border: solid black;
    border-width: 0 2px 2px 0; 
    padding: 3px; 
}
.faq-answer {
    color: #000000;
    padding: 10px;
    border-radius:
