#customer-faq {
    padding: 50px 0;
    position: relative;
}

#customer-faq .container{
}

.faq-badge{
    width: auto;
    height: 47px;
    border-radius: 25px;
    border: 1px solid #2FBED280;
    background: #2FBED21A;
    box-shadow: 0px 2px 4px 0px #00000040, 0px 2px 15px 0px #00000040 inset;
    padding: 0 20px;

    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: var(--text-primary);
    white-space: nowrap;

    z-index: 1;
    justify-self: center;
}

#customer-faq .badge-bg-img {
    position: absolute;
    top: 0;
    left: -23%;
    width: 130%;
    height: 100%;

    object-fit: cover;

    z-index: 0;
    pointer-events: none;
}

#customer-faq .faq-item{
    padding: 4px var(--space-md);
}