.secondaryListItem svg {
    fill: #CABF91;
    width: 100%;
    height: 100%;
}

.secondaryListItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0px;
    position: relative;
}

.secondaryListItem>div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #BABABA;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.secondaryListItem>div:first-of-type img {
    margin-right: -45px;
    z-index: 1;
}

.secondaryListItem .icon {
    width: 80px;
    height: 30px;
    margin-right: 20px;
}

.secondaryListItem:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 50px;
    height: 1px;
    background: #ffffff1a;
    bottom: 0px;
}

.secondaryListItem:last-of-type:after {
    display: none;
}