.faqs {
    padding: 110px 0 50px;
    background: #862A75;
    position: relative;
}
.faqs .wave{
    height: 56px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.faqs .header {
    margin-bottom: 50px;
}
.faqs .header h2 {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.faqs .header p{
    color: #fff;
    text-align: center;;
}
.faqs .header a{
    color: #fff;
}
.faqs .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E1A93B;
}
.faqs .accordion-button {
    background-color: transparent;
    padding-left: 60px;
}
.faqs .accordion-button p {
    margin: 0;
    color: #F5F5F5;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.faqs .accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: none;
}
.faqs .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.faqs .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    background-image: none;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
}
.faqs .accordion-body p {
    color: #F5F5F5;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
