.privacy_container{
    width: 70%;
    margin: 0 auto;
}
.privacy_caption{
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 0.5px;
    color: #B2BB1E;
    text-align: left;
}
.privacy_content{
    font-size: 16px;
    line-height: 25px;
    color: #978a7f;
}
.privacy_accordian{
    /*background: #EDECE8;*/
    width: 70%;
    margin: 0 auto;
    padding: 50px;
    padding-top: 0;
}
/*----- Accordion -----*/
.accordion {
    width: 100%;
    /*background: #EDECE8;*/
    margin: 0 auto;
}

.accordion-header {
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    padding: 30px 30px 30px 0;
}
.accordion-content {
    display: none;
    border-bottom: 1px solid #DDE0E7;
    background: #FFF;
    padding: 1.5rem;
    color: #000;
    word-break: break-word;
}
.accordion-content a {
    word-break: break-all;
}

.accordion-header::after{
    content: '\e925';
    font-family: "icomoon";
    font-weight: 100;
    display: inline-block;
    position: absolute;
    left: 84%;
    font-size: 20px;
}

.active.accordion-header::after {
    content: '\f068' !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

