/**
 * @file
 * This file is used to style the bottom region.
 */

.layout-bottom {
  overflow: hidden;
  padding: 2rem 1rem;
  background: #fff;
}

@media screen and (min-width: 75rem) {
  .layout-bottom {
    padding: 3rem 0;
  }
}
