.faq-content {
    width: 100%
}

.faq-content .section-header h3 {
    font-size: 23px;
    color: #ec9729;
    margin-bottom: 10px
}

.faq-content i.fa-question-circle {
    margin-right: 8px;
    float: left;
    margin-top: 4px;
    color: #fca883;
    font-size: 20px
}

.faq-content p {
    margin: 0
}

.faq-content button {
    white-space: normal;
    color: #ec9729;
    width: unset;
    display: inline-block;
    padding-left: 0;
    text-decoration: none
}

.faq-content button:focus,
.faq-content button:hover {
    color: #ec9729;
    text-decoration: none !important;
    outline: 0 !important
}

.faq-content .faq-card {
    box-shadow: unset;
    margin: 0;
    border-top: none !important;
    border-bottom: 1px solid #ddd;
    border-left: none !important;
    border-right: none !important
}

.faq-content .faq-card>div {
    padding: 0 10px 5px 0
}

.faq-content .faq-card-header {
    background-color: unset;
    border-bottom: none;
    padding-right: 0
}

.faq-content .faq-card-header h2,
.faq-content .faq-question {
    font-size: large;
    padding: 1.25rem;
    padding-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Noto Sans TC", "Open sans", Tahoma, Helvetica, "Microsoft Yahei", "敺株�罸�暺煾��", Arial;
    margin-bottom: 0 !important
}

.faq-content .collapse,
.faq-content .collapsing {
    padding: 0
}

.faq-content .collapse.in {
    height: auto !important
}

.faq-content .card-body {
    padding: 1.25rem;
    padding-top: 0
}

.faq-content .card-body p {
    margin-bottom: 0
}

.faq-content .fa-angle-up:before,
.faq-content .fa-angle:before {
    content: "\f106";
    font-size: larger
}

.faq-content .fa-angle-up:before {
    font-size: x-large;
    font-weight: 700
}

.faq-content .collapsed .fa-angle-up:before,
.faq-content .collapsed .fa-angle:before {
    content: "\f107"
}

.faq-card .faq-question {
    color: #212529;
    padding-left: 0;
    margin: 0 !important;
    padding-right: 12px
}

.faq-content .fa-angle-down:before {
    font-size: x-large;
    font-weight: 700;
}