/* Preserve homepage content stacking and hide section decorative lines. */
#mainpage > .section::after {
    content: none;
    display: none;
}

#mainpage .section-intro .row,
#mainpage .section-freight .row,
#mainpage .cp-network-layout,
#mainpage .services-inner,
#mainpage .project-showcase__inner,
#mainpage .people-certificates__inner,
#mainpage .section-footer .row {
    position: relative;
    z-index: 3;
}

#mainpage .section-intro .arrow-down {
    z-index: 3;
}

@media (max-width: 991px) {
    #mainpage > .section::after {
        display: none;
    }
}
