.content-10 {
    overflow: unset;
    counter-reset: section;
}
.content-10 .custom_padding {
    padding: 120px 0;
}
.content-10 .heading-column {
    position: relative;
}
.content-10 .main_heading {
    position: sticky;
    top: 200px;
}
.content-10 .content-repeat {
    margin-bottom: 60px;
}
.content-10 .content-repeat:last-of-type {
    margin-bottom: 0px;
}
.content-10 .content-repeat h4 {
    position: relative;
}
.content-10 .content-repeat h4:before {
    counter-increment: section;
    content: counter(section)'.';
    padding-right: 15px;
    font-size: 20px;
    color: #7F7F7F;
    position: absolute;
    left: 0;
    top: 0px;
    font-family: "indivisible", sans-serif;
}
.content-10 .content-repeat > h4,
.content-10 .content-repeat > div.large {
    padding-left: 40px;
}
.content-10 .content-repeat:nth-of-type(1) h4:before,
.content-10 .content-repeat:nth-of-type(2) h4:before,
.content-10 .content-repeat:nth-of-type(3) h4:before,
.content-10 .content-repeat:nth-of-type(4) h4:before,
.content-10 .content-repeat:nth-of-type(5) h4:before,
.content-10 .content-repeat:nth-of-type(6) h4:before,
.content-10 .content-repeat:nth-of-type(7) h4:before,
.content-10 .content-repeat:nth-of-type(8) h4:before,
.content-10 .content-repeat:nth-of-type(9) h4:before {
    content: '0'counter(section)'.';
}
.content-10 .content-repeat h4.hide-before:before {
    display: none;
}
.single-nw-teacher-resources .content-10 .content-repeat h4.hide-before {
    padding-left: 0px;
}
.single-nw-teacher-resources .content-10 .content-repeat h4.hide-before ~ div.large {
    padding-left: 0px;
}
.content-10 p a {
    color: var(--royal-blue);
}
/*@media(max-width: 1399.98px) {*/
    /*.content-10 .content-repeat h4:before {*/
        /*top: 4px;*/
    /*}*/
/*}*/
@media(max-width: 1199.98px){
    .content-10 .custom_padding {
        padding: 80px 0;
    }
    .content-10 .content-repeat {
        margin-bottom: 40px;
    }
    .content-10 .content-repeat:first-of-type {
        margin-top: 20px;
    }
}
@media(max-width: 991.98px){
    .content-10 .custom_padding {
        padding: 60px 0;
    }
    .content-10 .content-repeat > h4,
    .content-10 .content-repeat > div.large {
        padding-left: 16.666666666%; /* col-2 */
    }
    .content-10 .content-repeat h4:before {
        top: 0;
    }

}
@media(max-width: 767.98px) {
    .content-10 .content-repeat,
    .content-10 .content-repeat:first-of-type {
        /*margin-top: 0;*/
        margin-bottom: 40px;
    }
    .content-10 .content-repeat h4.hide-before {
        padding-left: 0px;
    }
    .content-10 .content-repeat h4.hide-before ~ div.large {
        padding-left: 0px;
    }
}
@media(max-width: 575.98px){
    .content-10 .custom_padding {
        padding: 30px 0;
    }
    .content-10 .content-repeat .heading-margin-bottom {
        margin-bottom: 10px;
    }
}

/*** $sticky_static_class ***/
.content-10 .static-heading .main_heading {
    position: relative;
    top: unset;
}