/* Media query breakpoints */
.c-text {
  display: block;
  width: 100%;
  font-family: var(--font-regular);
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--black);
}
@media (min-width: 768px) {
  .c-text {
    font-size: 1rem;
  }
}
@media (min-width: 1420px) {
  .c-text {
    font-size: 1.0625rem;
  }
}
.c-text p {
  margin: 0 0 1em;
}
.c-text p:last-child {
  margin-bottom: 0;
}
.c-text p .text-white {
  color: #e5e4dc;
}
.c-text strong {
  font-family: var(--font-bold);
}
.c-text em {
  font-style: italic;
}
.c-text a {
  color: var(--color-primary);
  text-decoration: underline;
}
.c-text a:hover {
  text-decoration: none;
}
.c-text ul,
.c-text ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}
.c-text li {
  margin-bottom: 0.4em;
}
/*# sourceMappingURL=text.css.map */
