.d-privacy-policy-content h1{font-size: 2em; font-weight:700; color:#2e3138; position:relative;}
.d-privacy-policy-content h3{margin-bottom:30px;}
.d-con-privacy-policy .d-privacy-policy-content h1, 
.d-con-privacy-policy .d-privacy-policy-content h3 {
    font-weight: 700;
}
.d-privacy-policy-content h1::before,.d-privacy-policy-content h2::before,.d-privacy-policy-content h3::before{
    content: '';
    position: absolute;
    inset: 0;
    top: unset;
    width: 2.5em;
    bottom: -15px;
    height: 5px;
    background: #ff8b00;
}
.d-privacy-policy-content h3:has(br) {
    display: none;
}