#customer-section{
    background: #e65700;
    position: relative;
}

#customer-section .container-xxl{
    position: relative;
}

#customer-section .cus-head{
    position: relative;
    display: block;
    margin-top: 30px;
}

@media (min-width:992px){
    #customer-section .container-xxl:before {
        content: '';
        position: absolute;
        background: #fff;
        width: 3px;
        right: 325px;
        bottom: 75px;
        height: 120px;
    }
    
    #customer-section .cus-head{
        position: relative;
        display: block;
    }
    
}