.table {
    background-color: #eee;
    margin-bottom: 0px;
    height: 50%;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.table-responsive {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.car-pic {
    width: 100%;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.car-table {
    display: flex;
    justify-content: flex-start;
    margin-top: 64px;
}

.car-table:first-of-type {
    margin-top: 20px;
}


.table td,
.table th {
    vertical-align: middle;
}

.note {
    color: red;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}

.price {
    margin-top: 10px;
    color: #eb1a66;
    font-size: 65px;
    font-weight: 800;
    font-family: monospace;
    text-align: right;
}

.number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #eb1a66;
    width: 160px;
    height: 40px;
    transform: translate(-20%, -50%);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.car-id {
    font-size: 25px;
    font-weight: 800;
    color: white;
    font-family: monospace;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.top-text {
    font-size: 18px;
}

.top-text p {
    font-size: 18px;
    margin-bottom: 10;
}

.mit-ohne {
    color: red;
}

.advantages {
    padding-left: 1.75rem;
}

/* Bis MD */
@media (max-width: 767px) {
    .number {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .table-responsive {
        margin-top: 20px;
    }
}

/* Bis LG */
@media (max-width: 992px) {
    table {
        background-color: red;
    }

    .table-responsive {
        margin-top: 20px;
    }

    .price {
        text-align: center;
        padding: 0;
        margin-top: 0;
    }

    .price {
        /* padding-bottom: 60px; */
        border-bottom: 5px solid #636363;
    }
}

/* Ab LG */
@media (min-width: 992px) {
    .table-col {
        padding: 0;
    }

    .table-col .note {
        padding-left: 15px;
        padding-right: 15px;
    }
}