    .heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 {
            border-bottom: 1px solid #eaeaea;
            padding-bottom: 5px;
    }

    .heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
            margin: 0;
            padding: 0;
    }

    h4.text-primary {
            font-weight: 400;
    }

    html .border-color-primary {
            border-color: #007AD9 !important;
    }


    html .text-color-primary, html .text-primary {
            color: #007AD9 !important;
    }

    html .featured-box-primary .box-content {
    border-top-color: #007AD9;
    }

    .text-primary {
            color: #0d6efd!important;
    }

    .text-8 {
    font-size: 2.3em!important;
    }

    text-align: left!important; {
            text-align: left!important;
    }


    .heading.heading-border {
        margin-bottom: 25px;
    }
    .mt-0 {
    margin-top: 0!important;
    }
* {
    -moz-box-sizing: border-box;
}

.pricing-block > .row {
        margin-right: 0;
        margin-left: 0;
}
.pricing-block > .row > div:nth-child(1) {
        padding: 27.2px;
        padding: 1.7rem;
}


    .featured-box {
    background: #FFF;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
    }

.featured-box .box-content:not(.box-content-border-0){
    top: -1px;
    border-top-width: 4px;
}

border-top-color: #007AD9;{
    border-top-color: #007AD9;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-top-width: 4px;
    padding: 28.8px;
    padding: 1.8rem;
    position: relative;
}




    .counters.with-borders .counter, .sombra {
    border-radius: 6px!important;
    border: 1px solid #b5b4b4!important;
    -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,.04)!important;
    box-shadow: 5px 5px 0 0 rgba(0,0,0,.04)!important;
    padding: 15px!important;
    }

.counters.with-borders .counter {
    border-radius: 6px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 25px;
}

.counters .counter {
    text-align: center;
}

.sombra {
    max-height: 126px!important;
}

.d-inline-block {
    display: inline-block!important;
}

.mb-2 {
    margin-bottom: 0.5rem!important;
}

@media (max-width: 575px)
body {
    font-size: 13px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.featured-box {
    background: #FFF;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}