.navigation:before {
    content: "";
    background: #76d80f;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.bx-content__title:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    background: #74ba06;
}

.craft-digital__info ul li:before, .craft-digital__info ol li:before {
    content: "";
    z-index: 1;
    width: 7px;
    height: 7px;
    background: #74ba06;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    position: absolute;
}