/**
SCSS for Title Excerpt & Card Slider Paragraph
**/
/**
*********************
* 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
********************
**/
.left--icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.9375rem;
          flex: 0 0 4.9375rem;
  max-width: 4.9375rem;
  padding-right: 0.5625rem;
}

.right--details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 79px);
          flex: 0 0 calc(100% - 79px);
}

.title {
  letter-spacing: 0;
}

.excerpt {
  font-size: 0.875rem;
  color: #384f7e;
}

.excerpt p {
  font-size: 0.875rem;
}

/*# sourceMappingURL=two-col-img-title-exerpt.css.map */
