#shopify-section-banner {
  display: none;
  justify-content: center;
  padding: 15px 0;

  @media (min-width: 920px){
    display: flex;
  }

  div.info-item {
    font-size: 0.7rem;
    display: flex;
    margin-right: 15px;
    align-items: center;

    &:last-of-type {
      margin-right: 0;
    }

    span {
      position: relative;
      top: 1px;
    }
  }
}