.booom-faq-section .mb-6 {
    margin-bottom: 1.5rem
}
.booom-faq-section .block {
    display: block
}
.booom-faq-section .flex {
    display: flex
}
.booom-faq-section .grid {
    display: grid
}
.booom-faq-section .hidden {
    display: none
}
.booom-faq-section .h-6 {
    height: 1.5rem
}
.booom-faq-section .w-6 {
    width: 1.5rem
}
.booom-faq-section .w-full {
    width: 100%
}
.booom-faq-section .max-w-none {
    max-width: none
}
.booom-faq-section .flex-shrink-0 {
    flex-shrink: 0
}
.booom-faq-section .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.booom-faq-section .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.booom-faq-section .items-center {
    align-items: center
}
.booom-faq-section .justify-between {
    justify-content: space-between
}
.booom-faq-section .gap-12 {
    gap: 3rem
}
.booom-faq-section :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.booom-faq-section .overflow-hidden {
    overflow: hidden
}
.booom-faq-section .rounded-lg {
    border-radius: 0.5rem
}
.booom-faq-section .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}
.booom-faq-section .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.booom-faq-section .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.booom-faq-section .pb-6 {
    padding-bottom: 1.5rem
}
.booom-faq-section .pr-4 {
    padding-right: 1rem
}
.booom-faq-section .text-left {
    text-align: left
}
.booom-faq-section .font-semibold {
    font-weight: 600
}
.booom-faq-section .text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}
.booom-faq-section .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}
.booom-faq-section .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.booom-faq-section .transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.booom-faq-section .duration-200 {
    transition-duration: 200ms
}
.booom-faq-section .hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}
.booom-faq-section .focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
@media (min-width: 1024px) {
    .booom-faq-section .lg\:col-span-2 {
        grid-column: span 2 / span 2
    }
    .booom-faq-section .lg\:col-span-3 {
        grid-column: span 3 / span 3
    }
    .booom-faq-section .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}
