.path-faq .region-content {
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
    margin-top: 60px;
}

.path-faq .help-faq .head-title {
    font-size: 42px;
    font-family: "Raleway", sans-serif;
    line-height: 100%;
    font-weight: bold;
    color: #004E90;
    text-transform: capitalize;
    position: relative;
}

.path-faq .help-faq .head-title::before {
    content: "";
    display: block;
    width: 115px;
    height: 4.5px;
    background-color: #91a70f;
    margin-bottom: 15px;
    border-radius: 4px;
    position: absolute;
    bottom: -40px;
}

.path-faq .help-faq .head-title::after {
    content: "";
    display: block;
    width: 32px;
    height: 4.5px;
    background-color: #F27300;
    margin-top: 15px;
    border-radius: 4px;
    position: absolute;
    bottom: -25px;
    left: 120px;
}


.path-faq .help-faq .title {
    font-size: 30px;
    padding: 20px 0;
    margin-top: 50px;
    color: #004E90;
    font-weight: 700;
}

.path-faq .questions {
    display: flex;
    flex-direction: column;
}

.path-faq .question {
    border: 1px solid #dcdcdc;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin: 14px 0;
    padding: 0 24px;
    position: relative;
    border-radius: 8px;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.path-faq mat-expansion-panel-header {
    min-height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.path-faq mat-expansion-panel p {
    padding: 0 0px 16px;
    margin-bottom: 0;
    font-size: 18px;
    display: none;
    color: #545659;
}

.path-faq mat-expansion-panel p b {
    font-weight: 400 !important;
}

.path-faq .question::before {
    content: url('expand_collapse.svg');
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 17px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: -1;
}

.path-faq .question::before {
    content: url('expand_collapse.svg');
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 17px;
    position: absolute;
    top: 20px;
    right: 3px;
    z-index: -1;
}


.path-faq .question:has(p[style*="display: block"])::before {
    transform: rotate(180deg);
}

.path-faq .questions .pro-qcp-support-wrapper {
    display: flex;
    justify-content: end;
}

.path-faq .questions .pro-qcp-support {
    display: flex;
    margin-top: 40px;
    background: #F27300;
    width: fit-content;
    letter-spacing: 0.5px;
    color: white;
    padding: 0 25px;
    line-height: 55px;
    height: 55px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
}

.path-faq .questions .pro-qcp-support:hover {
    background-color: #8CAD06 !important;
    color: white;
    transition: all 0.9s ease;
}

@media (max-width: 768px) {
    .path-faq .help-faq .head-title {
        font-size: 32px;
    }

    .path-faq .help-faq .title {
        font-size: 24px;
        margin-top: 30px;
        padding-bottom: 15px;
    }

    .path-faq .questions .pro-qcp-support {
        padding: 0px 20px;
        line-height: 52px;
        height: 50px;
        font-size: 14px;
    }

    .path-faq mat-expansion-panel-header {
        font-size: 18px;
    }

    .path-faq mat-expansion-panel p {
        font-size: 18px;
    }

    .path-faq .question {
        margin: 10px 0;
    }

    .path-faq .questions .pro-qcp-support-wrapper {
        justify-content: center;
    }
}