.layout__inner:before {
  content: '';
  display: table;
}
.layout__inner:after {
  clear: both;
  content: '';
  display: table;
}
