@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.packaging-style-guide__about {
  display: flex;
  flex-direction: row; }
  .packaging-style-guide__about div {
    flex: 1; }

.packaging-style-guide__objectives {
  display: flex;
  flex-direction: row; }
  .packaging-style-guide__objectives .objective {
    flex: 1;
    padding: 0 1em 1em; }
    .packaging-style-guide__objectives .objective img {
      padding: 0 1em 1em; }

.packaging-style-guide__matrix h2 {
  margin-bottom: 0; }

.packaging-style-guide__matrix p {
  margin-bottom: 2em; }

.paragraph.paragraph--type--banner .banner {
  background: #d84000 !important;
  text-align: center;
  min-height: 260px;
  margin: 10em -50vw 0; }
  .paragraph.paragraph--type--banner .banner .banner__text-container {
    width: 100%; }
    .paragraph.paragraph--type--banner .banner .banner__text-container .banner__text-contents {
      background: none;
      color: #ffffff; }
      .paragraph.paragraph--type--banner .banner .banner__text-container .banner__text-contents .banner__title h3 {
        font-size: 3rem; }
      .paragraph.paragraph--type--banner .banner .banner__text-container .banner__text-contents .banner__text p {
        margin: 1em 0 0;
        font-size: x-large; }
