.tlh-eb, .tlh-eb * {
    box-sizing: border-box;
}

.tlh-eb__desc {
    margin-bottom: 26px;
}

.tlh-eb__desc p:last-child {
    margin-bottom: 0;
}

.tlh-eb__list {
    list-style: none;
    margin: 0;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 60px;
    row-gap: 16px;
}

.tlh-eb__item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.tlh-eb__icon {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    display: block;
}

.tlh-eb__text {
    font-size: 16px;
    line-height: 1.25;
}
.tlh-eb, .tlh-eb * {
    font-size: 16px;
}
@media (max-width: 860px) {
    .tlh-eb__list {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .tlh-eb__text {
        font-size: 16px;
    }
}

.tlh-eb--used-vehicle .tlh-eb__list {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-wrap: wrap;
    gap: 12px 9px;
}

.tlh-eb--used-vehicle .tlh-eb__item {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 7px 15px 7px 7px;
    background: #f5f5f5;
    border-radius: 100px;
    flex: 0 0 auto;
}

.tlh-eb--used-vehicle .tlh-eb__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-right: 6px;
    object-fit: contain;
}

.tlh-eb--used-vehicle .tlh-eb__text {
    display: block;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .tlh-eb--used-vehicle .tlh-eb__list {
        gap: 10px;
    }

    .tlh-eb--used-vehicle .tlh-eb__item {
        width: 100%;
        padding: 14px 18px;
    }

    .tlh-eb--used-vehicle .tlh-eb__text {
        white-space: normal;
    }
}

div.wpb_text_column div.tlh-eb__post_content p {
    margin-bottom: 1.5em;
}