/*
 * @file
 * Provides the layout styles for layout_twocol.
 */

.layout--twocol--1-1 .layout__region {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
