.tertiary-item {
    margin: 0;
    padding: 0;
    text-indent: 10px;
}

.tertiary-item::before {
    content: "•";
    position: absolute;
    top: 4px;
    left: 0;
    color: #bcd035;
}

body .light h3 {
    color: #efefef;
}

body .light p {
    color: #efefef;
}

.light .btn span {
    color: #efefef !important;
}