@import url('reset.css');
@import url('variable.css');
@import url('color.css');
@import url('police.css');

.faqSection {
  padding-bottom: 100px;
}



.faq{
    padding: 2rem 1rem 8rem 1rem;
    margin-bottom: 0;
}

.h2Faq{
    font-size: 90px;
    line-height: 128px;
}

.custom-accordion-button {
    background-color: transparent !important;
    color: #09090B !important;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.custom-accordion-button:not(.collapsed) {
    color: #000 !important;
}

.custom-accordion-button:hover {
    background-color: #FAFAFA !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: transparent !important;
}

.text-accordion {
    color: rgba(60, 60, 67, 0.85) !important;
}

.custom-accordion-item{
    height: 20px;
}

.accordion-button > p {
    margin-bottom: 0;
}

@media screen and (max-width:576px){
    
    .h2Faq{
        font-size: 60px;
        line-height: 60px;
    }
}


@media screen and (max-width:992px){
    
    h1{
        padding: 20px 0!important;
        margin-top: 0!important;
    }
    .faqSection {
        padding: 40px 20px!important;
    }

    .about-title::after {
        content: '';
        display: block;
        width: 50px;
        height: 4px;
        background-color: var(--color-gold);
        margin: 0.5rem auto 0;
        border-radius: 2px;
        margin-bottom: 20px;
    }
}


.dropdown-menu-end[data-bs-popper], .dropdown-menu[data-bs-popper] {
    top: 7.09vh;
}