/*
  @author Oleg Krasnov (krasnov@artlebedev.ru)
  @created 2017.11.01
  @copyright Art. Lebedev Studio (http://www.artlebedev.ru/)

  This source code follows Formatting section of Google CSS Style Guide
  https://google.github.io/styleguide/htmlcssguide.html#CSS_Formatting_Rules
*/
@media (max-width: 768px) {
  .paper_layout {
    padding: 40px 20px 0; } }
