/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 112:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.line-qr-wrapper {
  display: flex;
  justify-content: start;
  margin: 0;
  padding: 0;
}
.line-qr-left {
  justify-content: flex-start;
}
.line-qr-center {
  justify-content: center;
}
.line-qr-right {
  justify-content: flex-end;
}

@media screen and (max-width: 479px) {
  .line-contact {
    margin-left: 5%;
  }
}

/* Mobile (480px – 749px) */
@media screen and (max-width: 749px) {
  .line-contact {
    margin-left: 5%;
    justify-content: start;
  }
}

/* Tablet (750px – 1023px) */
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .line-contact {
    margin-left: 15%;
    justify-content: start;
  }
}

/* Desktop (1024px and up) */
@media screen and (min-width: 1024px) and (max-width: 1440px){
  .line-contact {
    margin-left: 20%;
    justify-content: start;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1680px){
  .line-contact {
    margin-left: 25%;
    justify-content: start;
  }
}

@media screen and (min-width: 1681px) and (max-width: 1920px){
  .line-contact {
    margin-left: 30%;
    justify-content: start;
  }
}

@media screen and (min-width: 1921px){
  .line-contact {
    margin-left: 35%;
    justify-content: start;
  }
}
  
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.line-contact img {
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}

.line-heading {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}

.line-description {
  font-size: 1.5rem;
  margin: 0;
  padding: 0
}

.section {
  margin: 0 !important;
  padding: 0 !important;
}
</style>