/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 92:6 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
      .website-banner {
        position: relative;
        width: 100%;
        overflow: hidden;
      }

      .website-banner__image {
        display: block;
        width: 100%;
        height: auto;
      }

      .website-banner__content {
        position: absolute;
        color: white;
        text-align: center;
        padding: 1rem;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
      }

      .website-banner__subheading {
          font-size: 14px;
      text-transform: uppercase;
      opacity: 0.8;
      margin-bottom: 0.5rem;
      }

      .website-banner__heading {
           font-size: 34px;
      font-weight: bold;
      margin-bottom: 1rem;
      }

      .website-banner__description {
      font-size: 14px;
      max-width: 600px;
      margin: 0 auto 1.5rem;
      }

      .website-banner__button {
        display: inline-block;
        padding: 0.75rem 1.5rem;
        background-color: black;
        color: white;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 600;
      }
      .website-banner__overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.15);
      z-index: 1;
    }

      @media screen and (min-width: 768px) {
        .website-banner__content {
          bottom: 5%;
          /* transform: translate(-50%, -50%); */
        }
      }

      @media screen and (max-width: 767px) {
        .website-banner__content {
          bottom: 5%;
          top: auto;
          transform: translateX(-50%);
        }
      .website-banner__content{
    width: 100%;
  }
        .website-banner__heading {
          font-size: 24px;
        }

        .website-banner__description {
          font-size: 1.2rem;
        }
      }
      </style>