@charset "utf-8";

/* =========================================
   UTILITIES
   =========================================
   Quick find:
   - Content width helpers (.note-50, .note-100)
========================================= */

.note-50{
  max-width: 50%;
  text-align: left;
  line-height: 1.4;
}


.note-100{
  max-width: 100%;
  text-align: left;
  line-height: 1.4;
}
