.hero {
    padding-bottom: 18rem !important;
}


.tabs a {
    cursor: pointer;
}

.box {
    position: relative;
    margin-top: -7rem;
}

.abs-box {
    position: relative;
    margin-bottom: -3rem;
}

.abs-box .dash:before, .rel-box .dash:before {
    bottom: unset;
    left: -7.2rem;
    top: 1.2rem;
}

.container-lg {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 575px) {
    .abs-box .dash:before, .rel-box .dash:before {
        bottom: unset;
        left: -4.2rem;
        top: 0.8rem;
    }
}

@media (max-width: 470px) {
    .box {
        margin-top: -6rem;
    }
}

@media (max-width: 424px) {
    .box .dash:before {
        left: -3.5rem;
    }
}

/*----------------------------------------------*/

@media (min-width: 576px) {
    .abs-box .dash:before {
        bottom: unset;
        left: -4.2rem;
        top: 1rem;
        width: 40px;
        height: 5px;
    }

    .rel-box .dash:before {
        bottom: unset;
        left: -4.5rem;
        top: .8rem;
    }
}

@media (min-width: 768px) {
    .box {
        margin-top: -8rem;
    }

    .abs-box .dash:before {
        bottom: unset;
        left: -6rem;
        top: 1.2rem;
        width: 60px;
        height: 7px;
    }

    .rel-box .dash:before {
        bottom: unset;
        left: -6rem;
        top: 1.2rem;
    }
}

@media (min-width: 992px) {
    .container-lg {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .col-3 {
        width: 27%;
    }

    .box {
        margin-left: 1.5rem;
    }

    .abs-box .dash:before {
        left: -7.2rem;
    }

    .rel-box .dash:before {
        left: -7rem;
    }
}

@media (min-width: 1200px) {

}
@media (min-width: 1400px) {
    .hero-box {
        width: 65% !important;
    }
}