/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
[id^="section-content-"] .content {
  padding: 1em;
  border-radius: 16px; }
  @media (min-width: 768px) {
    [id^="section-content-"] .content {
      padding: 2em; } }
  [id^="section-content-"] .content.light-yellow {
    background-color: rgba(255, 200, 64, 0.17); }
  [id^="section-content-"] .content.light-green {
    background-color: rgba(105, 191, 74, 0.17); }
  [id^="section-content-"] .content.light-orange {
    background-color: rgba(236, 118, 1, 0.17); }
  [id^="section-content-"] .content.light-pink {
    background-color: rgba(236, 155, 173, 0.17); }
  [id^="section-content-"] .content.light-purple {
    background-color: rgba(141, 26, 96, 0.17); }
  [id^="section-content-"] .content.light-blue {
    background-color: rgba(13, 178, 231, 0.17); }
  [id^="section-content-"] .content.light-light-blue {
    background-color: rgba(13, 178, 231, 0.17); }

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