.scrollspy {
    position: relative
}

.scrollspy-content {
    margin-bottom: 35px;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
}

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

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