/**
 * @file
 * This file is used to create generic layout styles.
 *
 * More specific layout items may be found within their respective files, e.g.
 * the layout for two columns is in the layout-2-cols.css file.
 */

.container {
  max-width: 1200px;
  margin: auto;
}
.block-type-basic {
  max-width: 1200px;
  position: relative;
  display: flex;
  margin: 0 auto;
}

.layout-content {
  padding: 0 1rem;
}
