.accrodion h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding: 20px 70px 20px 0px;
    position: relative;
    width: 100%; float: left;
}

.accrodion .accorddiv h3::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #000;
    border-width: 0px 2px 2px 0;
    position: absolute;
    right: 30px;
    top: 17px;
    padding: 10px;
    transform: rotate(45deg);
    transition: 0.5s;
}

.v_line {
    width: 100%;
    float: left;
    height: 1px;
    transform: scaleY(0.5);
    font-size: 0;
    background: #a7a9ac;
}

.accrodion h4 {font-size: 21px; line-height: 28px; color: #000; font-weight: 700; margin: 50px 0 20px; width: 100%; float: left;}
.accrodion p { 
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #6D6E71;
    padding: 0 0;
}

.accorddesc {display: none; padding: 0 0 21px;}
.accrodion .accorddiv.accordshow h3::after {top: 30px; transform: rotate(225deg);}

.accorddesc a, .accorddesc a:active, .accorddesc a:focus, .accorddesc a:hover, #privacy_policy p a, #privacy_policy p a:active, #privacy_policy p a:hover {color: #000; font-weight: 400;}

.faqsprivacy_title {font-weight: 700; font-size: 80px; line-height: 88px; color: #fff; text-align: center; padding: 180px 0 150px; background: #	;}
.accrodion {padding: 20px 60px 40px; background: #fff; border-top: 6px solid #000; margin-bottom: 60px; }
body {background: #FFDC15;}

#privacy_policy {margin-top: 170px; padding-bottom: 100px;}

#privacy_policy h4 {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#privacy_policy h5 {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    margin-bottom: .5em;
}

#privacy_policy p {
    margin-bottom: 10px;
    font-weight: 400;
    color: #6D6E71;
}

@media only screen and (max-width: 768px) {

.faqs {padding: 0 15px;}
.faqsprivacy_title {height: 40vh; padding: 0 !important; position: relative;}
.faqsprivacy_title .desc {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 50px 0 0;}
.faqsprivacy_title h2 {font-size: 50px; line-height: inherit; padding: 0;}

.accrodion {padding: 0 30px 30px;}
.accrodion h4 {font-size: 17px; margin-top: 40px;}
.accrodion h3 {padding: 10px 27px 10px 0; font-size: 14px; line-height: 22px;}
.accrodion .accorddiv h3::after {top: 11px; right: 5px; padding: 6px;}
.accrodion .accorddiv.accordshow h3::after {top: 18px;}
.accorddesc {padding-bottom: 14px;}
.accrodion p {font-size: 13px; line-height: 22px}
#privacy_policy {padding: 0 15px; margin: 120px 0 40px;}
#privacy_policy h4 {font-size: 15px; line-height: inherit;}
#privacy_policy h5 {font-size: 14px; line-height: 21px;}
#privacy_policy p {font-size: 13px; line-height: 23px;}

}

