.car-near-you {
    width: 100%;
}

.car-near-you a {
    text-decoration: none;
}

.car-near-you .car {
    width: 24.5%;
    display: inline-block;
    margin: 0.25%;
}

.car-near-you img {
    width: 100%;
    
}

.lot-linx-header {
    color: #48b2fc;
    margin-top: 15px;
}

.lot-linx-price {
    font-weight: bold;
    margin-top: 8px;
    font-size: 1.2em;
}

.lot-linx-city {
    margin-top: 8px;
    font-size: 0.9em;
}

.car-near-you button {
    width: 100%;
    height: 40px;
    margin: 0;
    margin-top: 15px;
    background-color: #48b2fc;
    color: #fff;
    border-radius: 0;
    border: none;
    text-transform: none;
    font-size: 1em;
    text-align: center;
    padding: 0;
}

.car-near-you button:hover {
    background-color: transparent;
    color: #48b2fc;
    border: solid 1px #48b2fc;
}

.car-near-you h3 {
    font-size: 16px;
    padding-left: 9px;
}

.car-near-you h3:before {
    content: '\e80b';
    font-family: 'icons';
    position: relative;
    left: -9px;
    top: 0;
}

@media  only screen and (max-width: 900px) {
    .car-near-you .car {
        width: 49.5%;
    }
}

@media  only screen and (max-width: 480px) {
    .car-near-you .car {
        width: 100%;
    }
}