.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;
}  
@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;
    }
}