.car-single__height {
    min-height: 62px;
    max-height: 62px;
    position: relative;
}

.car-specific .car-specific__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.car-specific .car-specific__col .car-specific__name {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}