#mainv {
    position: relative;
    background: url("../../img/subdir_mainv2.jpg") no-repeat center
}

#mainv::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    inset: 0;
    background: #0000006e;
}

/* #sub-dirconents .chart-img {
    text-align: center;
    padding: 40px;
    border: 1px solid #ececec
} */

#sub-dirconents #sidebar .sidebar-list-heading {
    background: url("../../img/icon-side-company.png") no-repeat 18px bottom;
    padding-left: 70px;
    margin-bottom: 20px;
    padding-top: 20px
}

@media screen and (max-width: 890px) {
    #sub-dirconents {
        padding-left: 15px;
        padding-right: 15px
    }

    #sub-dirconents .main-content {
        margin-bottom: 50px
    }

    #sub-dirconents .chart-img img {
        width: 100%
    }
}