.beneift {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background: linear-gradient(94deg, #bfaf96 0%, #d9c9b4 32.29%, #cbb69f 55.21%, #ad947f 100%);;*/
    gap: 60px;
}

.beneift .hr-line {
    width: 160px;
    height: 2px;
    background: #ffffff;
}

.beneift .beneift-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.beneift .beneift-desc h3 {
    margin-bottom: 0;
}

.beneift .beneift-desc p {
    max-width: 1040px;
    margin-bottom: 0;
    font-weight: 600;
}

.priority-pass-item .priority-pass-text {
    max-width: 600px;
    gap: 20px;
}

.priority-pass-items .priority-pass-item {
    display: flex;
}

.beneift-2 {
    background: unset;
}

#priority_pass_faq #faqbox {
    margin-top: 40px;
}

#more-faq a{
    color:#ADD8E6;
}

@media (min-width: 1200px) {
    #priority_pass_faq .container {
        width: 80%;
    }
}