/*************
  NAVBAR
**************/
.navbar-brand img {
    max-height: 135px!important;
}

/*************
  CUSTOM CARD - HOMEPAGE
**************/
.automart-card-content {
    font-size: 20px;
    padding: 10px;
}

@media(min-width: 768px) {
.automart-card-item.automart-card-content {
    margin-top: 50px;
}
}