/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.promotion-item {
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 981px) {
    .promotion-item {
      grid-column: span 2;
      padding: 90px; } }
  .promotion-item h2 {
    margin: 0;
    padding-bottom: 0;
    color: var(--gray-blue); }

/*# sourceMappingURL=promotion.css.map */
