﻿.py-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

@media(min-width:576px) {
    .py-sm-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:768px) {
    .py-md-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:992px) {
    .py-lg-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:1200px) {
    .py-xl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:1400px) {
    .py-xxl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

.bsb-timeline-6 {
    --ins-tl-color: var(--ins-danger-bg-subtle);
    --ins-tl-circle-color: var(--ins-danger);
    --ins-tl-circle-size: 18px;
    --ins-tl-circle-offset: 9px;
    --ins-tl-indicator-color: var(--ins-white)
}

    .bsb-timeline-6 .timeline {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative
    }

        .bsb-timeline-6 .timeline:after {
            background-color: var(--ins-tl-color);
            bottom: 0;
            content: "";
            left: 0;
            margin-left: -1px;
            position: absolute;
            top: 0;
            width: 2px
        }

@media(min-width:768px) {
    .bsb-timeline-6 .timeline:after {
        left: 50%
    }
}

.bsb-timeline-6 .timeline > .timeline-item {
    margin: 0;
    padding: 0;
    position: relative
}

    .bsb-timeline-6 .timeline > .timeline-item:after {
        background: var(--ins-tl-circle-color);
        border-radius: 50%;
        content: "";
        height: var(--ins-tl-circle-size);
        left: calc(var(--ins-tl-circle-offset)*-1);
        position: absolute;
        top: calc(30% - var(--ins-tl-circle-offset));
        width: var(--ins-tl-circle-size);
        z-index: 1
    }

    .bsb-timeline-6 .timeline > .timeline-item .timeline-body {
        margin: 0;
        padding: 0;
        position: relative
    }

    .bsb-timeline-6 .timeline > .timeline-item .timeline-content {
        padding: 0 0 2.5rem 2.5rem;
        position: relative
    }

@media(min-width:768px) {
    .bsb-timeline-6 .timeline > .timeline-item {
        width: 50%
    }

        .bsb-timeline-6 .timeline > .timeline-item .timeline-content {
            padding: 2.5rem
        }

        .bsb-timeline-6 .timeline > .timeline-item.left {
            left: 0
        }

            .bsb-timeline-6 .timeline > .timeline-item.left:after {
                left: auto;
                right: calc(var(--ins-tl-circle-offset)*-1)
            }

        .bsb-timeline-6 .timeline > .timeline-item.right {
            left: 50%
        }
}
