/**
SCSS for Awards & Accolades 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
********************
**/
.paragraph--type--excerpt {
  padding: 2.5rem 0;
}

.paragraph--type--excerpt .overview-excerpt p {
  color: #58595B;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .paragraph--type--excerpt .overview-excerpt p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.green_component .paragraph--type--excerpt .overview-excerpt p,
.darkgreen_component .paragraph--type--excerpt .overview-excerpt p {
  color: #fff;
}

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