.car-card{
    box-shadow: 0px 0px 7px rgba(213, 213, 213, 0.25);
  border-radius: 10px;
  border: none;
  
  }
  .card-section{
    position: relative;
    z-index: 0;
  }
  .car-card .card-img-top{
    height: 100%;
    position: absolute;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .card-img-top{
    width: 100%;
    object-fit: cover;
  }
  .car-card .card-image{
    position: relative;
    height: 220px;
    
  }
  @media(max-width:992px){
    .car-card .card-image{
      height: 150px;
    }
    .car-card p,.card-text span{
      font-size: 12px !important;
    }
    .col-6{
      padding: 5px !important;
    }
  }
  .like-button{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
  
  }
  .car-card .card-text{
    margin-bottom: 5px !important;
  
  }
  .car-card h6{
    margin: 0;
  }
  @media(min-width:992px){
    .card-text span{
      font-size: 13px !important;
    }
  }
  .card-footer{
    padding: 5px 0;
    background-color: #fff;
    border-top: none;
  }
  .card-body,.card-text p,.card-text span,.card-footer{
    color: #1b1b5c;
  }
  .car-card i{
    color: #ee552f !important;
  }
  h2{
    font-weight: 600;
font-size: 38px;
line-height: 30px;
/* identical to box height, or 79% */


color: #1B1B5C;
  }