body {
    color: #1D1D1B;
}

a {
    color: #1D1D1B;
}

.container {
    max-width: 1090px;
}

.pricing-header {
    max-width: 700px;
}

ul {
    list-style: none;
    margin-left: -20px;
}

.display-4 {
    font-size: 3.0rem;
}

h4,
h5,
h1 {
    color: #A9112C;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
}

h4,
p {
    text-align: left;
}

.card {
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.card-header {
    background-color: transparent;
}

footer {
    background-color: var(--bs-primary-30);
}

footer {
    font-size: 80%;
}

footer h4,
footer h5 {
    color: #FFFFFF;
}

table {
    margin: unset;
    width: 100%;
}

table td {
    text-align: left;
    border-bottom: solid 1px var(--bs-primary-50);
    padding: .3rem 0;
    font-size: 90%;
}

table td:nth-of-type(2) {
    text-align: right;
}

table td:nth-of-type(1) {
    font-weight: normal;
    color: var(--bs-primary);
}

.divi {
    border-top: none;
    border-left: dashed 1px #ccc;
    padding-left: 3rem;
}

@media (max-width: 768px) {
    .divi {
        border-top: dashed 1px #ccc;
        border-left: none;
        padding-left: 0;
    }

    table {
        margin: auto;
    }
}	