
.brabic-faq-auestions {
    width: 100%;
    padding: 30px;
}
.brabic-faq-auestions-center {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.brabic-faq-auestions-title {
    text-align: center;
    align-items: center;
}

.brabic-faq-auestions-title div {
    margin: 10px 0;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center;
}

.brabic-faq-auestions-center p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

.barbic-faqs-contact-us {
    font-size: 16px;
    text-align: center;
}

.barbic-faqs-contact-us span {
    text-decoration: underline;
}

.barbic-faqs-prompt {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    width: 58%;
    line-height: 24px;
}

@media (max-width: 960px) {

    .brabic-faq-auestions-center {
        width: 96%;
        max-width: 100%;
    }

    .barbic-faqs-prompt {
        width: 96%;

    }
    .have_que_btn_link{
        flex-wrap: wrap;
    }
    a.have_que_btn{
        width: 100%;
    }
}

a.have_que_btn {
    display: block;
    font-size: 19px;
    border: 1px solid;
    border-radius: 5px;
    width: fit-content;
    padding: 8px 5%;
    font-weight: 600;
    transition: all 0.3s;
}
.have_que_btn_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 23px;
}
a.have_que_btn:hover {
    background: #000;
    color: #fff;
    transition: all 0.3s;
}
a.bottom_link_href {
  text-decoration: underline;
}