.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}

@media only screen and (max-width: 768px) {
  .shopify-section shopify-section-group-header-group.header-section {
    padding: 0;
  }
  .site-header__element.site-header__element--sub {
    display: none !important;
  }
}