.scrollspy {
    position: relative
}

.scrollspy-content {
    margin-bottom: 25px
}

.scrollspy-content p {
    font-size: 15px;
}

.scrollspy-content:last-child {
    margin-bottom: 0px
}

.scrollspy-content h3 {
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative
}

.scrollspy-content h3::before {
    position: absolute;
    content: "\efcc";
    top: 50%;
    left: 0px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-family: icofont;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: var(--primary)
}


.scrollspy-content ul li {
    margin: 10px 0px;
    display: flex;
    align-items: self-start;
}

.scrollspy-content ul {
    margin-bottom: 25px;
}

.scrollspy-content ul li i {
    color: #119744;
    padding-right: 10px;
    padding-top: 5px;
}

.scrollspy-content h5 {
    color: #119744;
}