.paragraph {
  overflow: hidden;
  font-size: 1.3rem;
}
.paragraph .paragraph-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
.paragraph a {
  color: #284d96 !important;
}
.paragraph .paragraph-wrapper {
  color: #FFF;
}
.paragraph--theme-dark {
  background: #1b1a1a;
  color: #FFF;
}
.paragraph--theme-dark .paragraph-wrapper {
  color: #FFF;
}
.paragraph--theme-light {
  background: #FFF;
  color: #1b1a1a;
}
.paragraph--theme-light .paragraph-wrapper {
  color: #1b1a1a;
  padding: 50px;
  border-radius: 30px;
}
@media screen and (max-width: 500px) {
  .paragraph--theme-light .paragraph-wrapper {
    padding: 10px;
  }
}
.paragraph--theme-light .c-grid-cards__title,
.paragraph--theme-light .c-grid-cards__intro,
.paragraph--theme-light .c-illustrated-text__title,
.paragraph--theme-light .c-illustrated-text__content,
.paragraph--theme-light .c-illustrated-text__reassurance,
.paragraph--theme-light .c-levers__title,
.paragraph--theme-light .c-levers__intro,
.paragraph--theme-light .c-videos__title,
.paragraph--theme-light .c-videos__intro,
.paragraph--theme-light .clients-logos > h2 {
  color: #1b1a1a;
}
.paragraph--theme-light .c-levers__nav,
.paragraph--theme-light .c-videos__nav {
  background: #1b1a1a;
  color: #FFF;
}

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