.cta-section {
    padding-top: 6rem;
    padding-bottom: 0;
    position: relative;
}
.section-header {
    text-align: center;
    margin-bottom: 64px;
}
.hero-mini-title svg {
    color: #daff01;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.faq-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


.feature-top-box {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}


    .feature-top-box .feature-icon {
        width: 2.5rem;
        height: 2.5rem;
        background: rgb(218, 255, 1, .1);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        color: #daff01;
        transition: all 0.3s ease;
    }

        .feature-top-box .feature-icon svg {
            width: 1.25rem;
            height: 1.25rem;
            color: #daff01;
        }

    .feature-top-box .text-title {
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        color: #daff01;
    }

    .feature-top-box h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

.faq{margin:0}

    .faq .accordion-item {
        background-color: rgb(28, 28, 28, 1);
        border-color: rgb(26, 26,26, 1);
        border-width: 1px;
        border-radius: 0.75rem;
        overflow: hidden;
        border-style: solid;
        margin-bottom: 1.5rem;
    }

    .faq .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        line-height: 1;
        font-size: 1rem;
        text-align: left;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
        font-weight: 500;
        padding-right: 1rem;
        color: #fff;
        background-color: transparent;
        box-shadow: none;
    }

        .faq .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236b7280'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            width: 1rem;
            height: 1rem;
            background-size: 1rem;
        }

    .faq .accordion-button:not(.collapsed) {
        font-weight: 500;
        color: #fff;
        background-color:transparent;
        box-shadow: none;
    }

    .faq .accordion-body {
        color: #9ca3af;
        padding-top: 0
    }



.faq-loop:not(:last-child){margin-bottom:48px}