.privacypolicy_box {
    padding: 90px;
}
.privacypolicy_item-head {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #0e0509;
    padding-left: 23px;
    padding-top: 10px;
}
.privacypolicy_item-head::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #0e0509;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .privacypolicy_head h2 {
        font-size: 24px;
    }
    .privacypolicy_box {
        padding: 15px;
    }
    .privacypolicy_item-head {
        padding-bottom: 10px;
        padding-left: 15px;
        padding-top: 5px;
    }
}