.notes-container__content {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .notes-container__content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .notes-container__content {
      padding-left: 40px;
      padding-right: 40px; } }

.notes-container--centered {
  text-align: center; }

.notes-container--large .notes-container__content,
.notes-container--large .notes-container__content p {
  font-size: 1.125rem; }

.notes-container--narrow .notes-container__content {
  max-width: 475px;
  padding: 0 1.25rem; }
  @media screen and (min-width: 48rem) {
    .notes-container--narrow .notes-container__content {
      padding: 0; } }

.notes-container a {
  color: #cf000d; }
  .notes-container a:hover, .notes-container a:focus {
    text-decoration: none; }

/*# sourceMappingURL=notes-container.css.map */