/* line 2, app/assets/stylesheets/centered.css.sass */
body .centered_main_content {
  min-height: 400px;
}

/* line 5, app/assets/stylesheets/centered.css.sass */
body .text_align_left {
  text-align: left;
}

/* line 8, app/assets/stylesheets/centered.css.sass */
body .redline_section_divider {
  padding-bottom: 53px;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  /* line 13, app/assets/stylesheets/centered.css.sass */
  body .croucher_container.centered {
    padding: 0 40px;
  }
  /* line 16, app/assets/stylesheets/centered.css.sass */
  body .redline_section_divider.np_mobile {
    padding-bottom: 0;
  }
}
