.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: 160px;
}
.content-10 .content-repeat {
    margin-bottom: 90px;
}
.content-10 .content-repeat:last-of-type {
    margin-bottom: 0px;
}
.content-10 .content-repeat h3 {
    position: relative;
}
.content-10 .content-repeat h3:before {
    counter-increment: section;
    content: counter(section)'.';
    padding-right: 15px;
    font-size: 20px;
    color: #7F7F7F;
    position: absolute;
    left: 0;
    top: 7px;
}
.content-10 .content-repeat > h3,
.content-10 .content-repeat > h5 {
    padding-left: 40px;
}
.content-10 .content-repeat:nth-of-type(1) h3:before,
.content-10 .content-repeat:nth-of-type(2) h3:before,
.content-10 .content-repeat:nth-of-type(3) h3:before,
.content-10 .content-repeat:nth-of-type(4) h3:before,
.content-10 .content-repeat:nth-of-type(5) h3:before,
.content-10 .content-repeat:nth-of-type(6) h3:before,
.content-10 .content-repeat:nth-of-type(7) h3:before,
.content-10 .content-repeat:nth-of-type(8) h3:before,
.content-10 .content-repeat:nth-of-type(9) h3:before {
    content: '0'counter(section)'.';
}
.content-10 .content-repeat .heading-margin-bottom {
    margin-bottom: 18px;
}
@media(max-width: 1399.98px) {
    .content-10 .content-repeat h3: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 > h3,
    .content-10 .content-repeat > h5 {
        padding-left: 16.666666666%; /* col-2 */
    }
    .content-10 .content-repeat h3:before {
        top: 0;
    }
}
@media(max-width: 767.98px) {
    .content-10 .content-repeat,
    .content-10 .content-repeat:first-of-type {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@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;
}