.borrower-img {
    position: relative;
    z-index: 1;
}

.borrower-coin-img {
    position: absolute;
    z-index: 2;
    margin-top: 32%;
    /*margin-right: 15%;*/
    margin-left: 1%;
    width: 22%;
}

.hl-bg-shape-03 {
    position: absolute; z-index: 0;
    transform: translateY(-250px);
}



@media (max-width:768px){
    .borrower-coin-img {
        margin-top: 29%;
    }

    .for-borrower-background {
        margin-top: 50%;
    }
}