.grey-section h2 span{
    margin-right: 0;
    margin-left: 16px;
}
.m-green li svg{
    margin-left: 12px;
    margin-right: 0;
}
.m-red li svg{
    margin-left: 12px;
    margin-right: 0;
}
.minimum-requirements li{
    padding-right: 20px;
    padding-left: 0;
}
.minimum-requirements li::before{
    left: unset;
    right: 0;
    top: 9px;
}
.liability li{
        padding-right: 20px;
    padding-left: 0;
}
.liability li::before{
    left: unset;
    right: 0;
    top: 9px;
}
.breadcrumbs{
    display: flex;
    /* justify-content: end; */
}
.breadcrumbs li:not(:last-child):before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: -11px;
    right: unset;
    rotate: 180deg;
    transform: translateY(50%);
}
.breadcrumbs li{
    margin-right: 0;
    padding-right: 0;
    
}  
.v-header > div > div > ul > li:nth-child(2){
margin-right: 15px;
}  
.whatWeDo ol li>:nth-child(1){
    margin-left: 12px;
    margin-right: 0;
}
.sources-of-income-block-item-title::before{
    right: -60px;
    left: unset;
}
.sources-of-income-block-item{
    padding-left: unset;
    padding-right: 60px;
}
.sources-of-income-block::before{
    left: unset;
    right: 19px;
}
.how-we-block-upper li{
    padding-left: unset;
    padding-right: 40px;
}
.how-we-block-upper li::before{
    right: 0;
    left: unset;
}
.how-we-block-upper ul::before{
    left: unset;
    right: 11px;
}
.how-we-block h3 span{
    margin-right: unset;
    margin-left: 12px;
}
.our-uniqueness-items{
    padding-left: unset;
    padding-right: 24px;
}
.our-uniqueness-items::before{
    right: 0;
    left: unset;
}
.author-block-top > div:nth-child(2){
    margin-left: 0;
    margin-right: 16px;
}
.author-block-bottom-hide p{
    text-align: right;
}
.how-you-help-block p span{
    margin-right: unset;
    margin-left: 16px;
}
@media screen and (max-width: 580px) {
    .breadcrumbs-wrap .grey-link {
        /* width: 200px; */
        width: unset;
        white-space: nowrap;
        margin-right: 45px;
        display: inherit;
        margin-left: 5px;
    }
        .sources-of-income-block::before {
        content: "";
        width: 2px;
        height: 96%;
        background: linear-gradient(to bottom, rgb(44, 100, 235) -26.22%, rgb(0, 168, 117) 63.76%, rgba(113, 178, 25, 0.00) 100%);
        position: absolute;
        right: 13px;
        top: 22px;
    }
    .sources-of-income-block-item{
        padding-right: 36px;
    }
    .sources-of-income-block-item-title::before{
        right: -36px;
    }
    .how-we-block-upper ul::before{
        height: 73px;
    }
        .our-uniqueness {
        padding: 24px 16px;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
