/**
*********************
* Cards
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.aster--card--details {
  padding: 1.3125rem 1.1875rem;
  color: #58595B;
}

@media only screen and (min-width: 992px) {
  .aster--card--details {
    padding: 1.625rem 2.0625rem;
  }
}

.aster--grey--card--details {
  background-color: #f2f2f2;
}

.grey_component .aster--grey--card--details {
  background-color: white;
}

/*# sourceMappingURL=card.css.map */
