

.tw-breadcrumb-return{
    min-width: 100%;
    height: 77px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 101;
}

.tw-breadcrumb-return a{
    display: flex;
    align-items: center;
    text-decoration: none;

    font-size: 16px;
    color: #0A629E;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-family: proxima-nova,sans-serif;
}


.tw-breadcrumb-return [role="presentation"]{
    height: 77px;
    width: 77px;
    background: #F9E905;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.tw-breadcrumb-return [role="presentation"] svg{
    width: 42px;
}

.tw-breadcrumb-return span{
    
}