@import './constants.css';


.image-heigth-225 {
    height: 225px;
}

.image-heigth-400 {
    height: 400px;
}

.card {
    height: 150px;
    width: 300px;
    margin: 25px;
    padding: 15px;
    background-color: var(--bg-white);
}

/* field_block */
.car-image {
    height: 100px;
    width: 150px;
    margin-left: auto; 
    object-fit: contain;
    display: block;
}


.articel-image {
    height: 300px;
    width: 300px;
    margin-left: auto; 
    object-fit: contain;
    display: block;
}



.banner-img {
    height: 100px;
    width: 150px;
    margin: auto;
    padding-right: 5px;
    object-fit: contain;
    display: block;
}


.footer-top {
    min-height: 150px;
}


.card-white {
    margin: 5px;
    padding: 20px;
    background-color: var(--bg-white);
    border-radius: 25px;
}

.price-text {
    font-size: 24px;
    font-weight: 650;
}

.price-muted-text {
    font-size: 12px;
    color: var(--text-gray);
}

.image-center-block {
    height: 100%; 
    width: 100%; 
    display: flex;
    align-items: center; 
    justify-content: center;
}

.image-contain {
    height: 100%; 
    width: 100%; 
    object-fit: scale-down;
}

.insception-text-min-height {
    min-height: 420px;
}

.insception-price-min-height {
    min-height: 75px;
}

.id-block {
    height: 38px; /* heigth of navbar minus padding in card_inspection */
}

.id-block-big {
    height: 57.6px;
}



/* Images */
.img-cen {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.img-h-225 {
    height: 225px;
}
.img-contact {
    background-position: bottom;
    background-size: cover;
}
.img-inspection {
    height: 500px;
    width: 500px;
    padding: 25px;
    object-fit: scale-down;
}



