ul.bullet-nav {
    padding: 0;
    margin: 0;
    text-align: center;
    li {
        list-style: none;
        background: transparent;
        // display: inline-block;
        border-radius: 50%;
        border: 2px solid white;
        width: 15px;
        height: 15px;
        margin: 20px 0px;
        cursor: pointer;
        &.active {
            background: white;
        }
    }
}
