.faq-banner-page{
    background-image: url(../images/faq-breadcrumb.webp);
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: left;
    color: #fff;
}
.faq-page h2{
    font-size: 43px !important;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    word-spacing: 5px;
    letter-spacing: 1.5px !important;
}
    .faq-page .accordion-button {
      font-size: 23px;
      background-color: #333333;
      color: white;
      font-weight: 500;
      letter-spacing: 1px;
      border-radius: 8px;
    }

    .faq-page .accordion-button:not(.collapsed) {
      background-color: #333333;
      color: white;
    }

    .faq-page .accordion-body {
      background-color: #f4f4f4;
      font-size: 1rem;
      line-height: 34px;
      border-radius: 8px;
      border:solid 1px #f0f0f0;

    }

    .faq-page .accordion-item {
      border: none;
      margin-bottom: 10px;
    }

    .faq-page .accordion-button::after {
      filter: invert(1); /* Makes plus/minus icon white */
    }
    .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
    border-radius: 8px;
}
.Hygiene-img-sec{
     background-image: url(../images/tattoo-band-1536x514.webp);
    background-size: cover;
    background-position: center;
    height: 60vh;
}
.accordion-item h2{
        font-family: Marcellus;
    font-size: 18px;
    color: #fff;
}
@media (max-width: 430px) {
    .faq-banner-page {
        height: 40vh;
    }
    .faq-page h2 {
        font-size: 24px !important;
    }
    .Hygiene-img-sec {
        height: 30vh;
    }
    .faq-page .accordion-button {
        font-size: 16px;
    }
    .faq-page .accordion-body {
        font-size: 12px;
        line-height: 20px;
    }
    
}
@media (max-width: 768px) {
    .faq-banner-page {
        height: 100vh;
    }
    .faq-page h2 {
        font-size: 30px !important;
    }
    .Hygiene-img-sec {
        height: 40vh;
    }
    .faq-page .accordion-button {
        font-size: 18px;
    }
    .faq-page .accordion-body {
        font-size: 14px;
        line-height: 24px;
    }
    
}
