#hq-smart-vehicle-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 30px;
}
.hq-elementor-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
#hq-smart-vehicle-grid-row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}
.vehicle-card{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 15px;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 30%);
    border-radius: 5px;
}
.hq-elementor-li{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.hq-elementor-li .feature-label{
    margin-left: 20px;
}
.hq-list-image-wrapper{
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hq-list-label-wrapper{
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
}
.list-feature-listing{
    margin-left: 0px !important;
    margin-bottom: 20px;
    padding-left: 0px !important;
}
.hq-list-rent-button{
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .vehicle-card{
        width: 100%;

    }
    #hq-smart-vehicle-grid-row{
        display: flex;
        flex-direction: column;

    }
    #hq-smart-vehicle-grid{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 10px;
        row-gap: 30px;
    }
}
.hq-vehicle-content-wrapper{
    width: 100%;
}
.hq-list-label-wrapper-inner{
    display: flex;
    justify-content: space-between;
}
.hq-list-label-wrapper-inner h3{
    font-size: 24px;
    margin: 0px !important;
}
.hq-grid-button-wrapper{
    display: flex;
    width: 100%;
}
.hq-grid-button-wrapper{
    justify-content: flex-end;
}
.hq-grid-button-wrapper-left{
    justify-content: space-between;
}
.hq-grid-button-wrapper-left h3{
    margin: 0;
}
