/* About Page */
div#Slider-template--21522677465361__3aad9713-575e-4db6-92f1-5712959dd65c {
  & .slideshow__media.banner__media.media {
    display: none;
  }
  & .slideshow__text {
    &.banner__box {
        padding: 1rem 3.5rem;
        max-width: 80vw;
        background-color: rgb(237,231,203);

        & .banner__heading+* {
          margin-top: 4rem;
        }
    }

    & > * {
        max-width: 100%;
    }
  }

  & h2.banner__heading.inline-richtext {
    color: var(--dark-grey);
    font-size: 10rem;
    letter-spacing: 0.05ch;
    
    &:before {
      content: 'Our Values';
      display: flex;
      justify-content: center;
      font-size: 2.2rem;
      text-transform: uppercase;
      letter-spacing: 0.1ch;
      font-family: var(--font-body-family);
      font-weight: bold;
      margin-bottom: 2rem;
    }
  }

  & .banner__text.rte {
    font-size: 1.68rem;
    line-height: 3.92rem;
  }

  & p {
    font-size: 2.5rem;
  }
}

#shopify-section-template--21522677465361__1e069779-0a6f-41a4-a1be-b49aea62e2cd,
#shopify-section-template--21522677465361__4294cb7d-4407-4750-bdfc-be075098c609 {
  & .page-width {
    max-width: none;
  }

  & #ImageWithText--template--21522677465361__4294cb7d-4407-4750-bdfc-be075098c609 {
    background: var(#231f20);
    color: white;

    & .rte a {
      color: rgb(255,255,255);
      text-decoration: none;
    }
  }

  & .image-with-text__heading.inline-richtext {
    &.h0 {
      font-size: 3.36rem;
      letter-spacing: 0.25ch;
      color: white;
    }
  }
  & .image-with-text__text.rte.body {
    font-size: 1.68rem;
    line-height: 3.92rem;
  }
}

#shopify-section-template--21522677465361__4294cb7d-4407-4750-bdfc-be075098c609 {
  & #ImageWithText--template--21522677465361__4294cb7d-4407-4750-bdfc-be075098c609 {
    background: var(--pale-green);
  }
}

#shopify-section-template--21522677465361__093242e2-faf9-4257-b645-adf845d89102 {
  .collapsible-content-wrapper-narrow {
    max-width: none;
    margin: 0 29.4rem;
    text-align: center;
  }

  & .accordion__content {
    & ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(18.2rem, 1fr));
      column-gap: 5.6rem;
      align-items: center;
      

      & li {
        margin: 0;
        padding: 0;
      }
    }
  }
}

@media screen and (max-width: 749px) {
  #shopify-section-template--21522677465361__093242e2-faf9-4257-b645-adf845d89102 {
    .collapsible-content-wrapper-narrow {
      margin: auto;
    }
  }

  div#Slider-template--21522677465361__3aad9713-575e-4db6-92f1-5712959dd65c {
    & .slideshow__text {
      &.banner__box {
          padding: 1rem 3.5rem;
          max-width: none;
  
          & .banner__heading+* {
            margin-top: 1rem;
          }
      }
  
      & > * {
          max-width: 100%;
      }
    }
  
    & h2.banner__heading.inline-richtext {
      font-size: 5rem;
      
      &:before {
        font-size: 1.8rem;
      }
    }
  
    & .banner__text.rte {
    }
  
    & p {
      font-size: 2.0rem;
    }
  }
}