/** Shopify CDN: Minification failed

Line 109:0 Expected "}" to go with "{"

**/
.text_section {
  z-index: 2;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 4%;
  display: flex;
  position: relative;

}

.section.intro {
  min-height: 80vh;
}

.x-large-paragraph {
  font-size: 4em;
  line-height: 1.2em;
}

._850px-width-centered-div {
  text-align: center;
  width: 850px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 100px;
    line-height: 110px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1em;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._850px-width-centered-div {
    width: auto;
  }

 @media screen and (max-width: 767px) {
  h1 {
    font-size: 82px;
    line-height: 94px;
  }

  h2 {
    font-size: 48px;
    line-height: 60px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  p {
    font-size: 16px;
    line-height: 30px;
  }

  .section {
    padding: 10px 1.8rem;
  }

  .section.intro {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }


  .x-large-paragraph {
    font-size: 32px;
    line-height: 44px;
  } 

   @media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 72px;
  }

  h2 {
    font-size: 40px;
    line-height: 54px;
  }

  .x-large-paragraph {
    font-size: 30px;
    line-height: 42px;
  }
