/** Shopify CDN: Minification failed

Line 100:1 Expected "}" to go with "{"

**/
@media (max-width: 1199.8px) {
  .shopify-section {
    & .five-step {
      padding-top: 60px;
      & .left {
        gap: 40px 5%;
        & .nested-container {
          gap: 20px 24px;
          & .nested-right p {
            margin: 0;
          }
        }
      }
      & .right {
        width: 60%;
        & .rich-text p {
          font-size: 16px;
          line-height: 1.5;
        }
        & h2 {
         font-size: 32px;
        }
      }
      & .five-step-right {
        gap: 40px 5%;
      }
    }
  }

.shopify-section {
  & .five-step {
    & .right .button {
      text-transform: uppercase;
    }
  }
}
@media (max-width: 940px) {
  .shopify-section {
    & .five-step {
      & .five-step-left {
        flex-wrap: wrap;
      }
      & .five-step-right {
        flex-wrap: wrap;
      }
    }
  }
}

@media (max-width: 767.8px) {
  .shopify-section {
    & .five-step {
      padding-top: 0px;
      padding-bottom: 0px;
      & .right {
        & .nested-container {
          margin-top: 40px;
          & p {
            font-size: 13px;
          }
          & h3 {
            font-size: 26px;
          }
        }
        & .button {
          font-size: 14px;
          width: 100%;
          justify-content: center;
        }
        .rich-text p {
          font-size: 13px;
        }
        & h2 {
         font-size: 26px;
        }
      }
      & .five-step-left {
        row-gap: 24px;
      }
      & .product-overlay-wrapper {
        top: 16px;
        left: 16px;
        & .product-line {
          width: 32px;
        }
        & .product-overlay-text {
          font-size: 20px;
        }
      }
      & .left {
        padding: 12px;
      }
    }
  }
}