/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Region default layout.
 */

.region--hero {
    padding: 0.5rem 0.5rem 0.5rem 2.8rem;
	background-color: rgba(17,93,193,1);
 }
.region--hero > *:last-child {
    margin-bottom: 0;
  }
