/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 78:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .aqua-willow-section {
    display: flex;
}
  .aqua-willow-section {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    align-items: stretch !important;
    margin: 40px 0 !important;
  }

  .aqua-willow-section.reverse {
    flex-direction: row-reverse;
  }

.aqua-willow-text {
    width: 65%;
    background-color: #87C7C6;
    color: #333;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 7%;
    margin-bottom: 40px;
    margin-top: 45px;
}

.aqua-willow-image {
    width: 35%;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    align-items: center;
}

.aqua-willow-image img {
    width: 80%;
    height: auto;
}
  .aqua-willow-text h2 {
 color:#535455;
 line-height:0px;
  }

.aqua-willow-text p {
    font-size: 16px;
    line-height: 20px;
    font-family: inter;
    color: #535455;
    width: 90%;
    margin: 0px;
}

  @media screen and (max-width: 768px) {
    .aqua-willow-section,
    .aqua-willow-section.reverse {
      flex-direction: column;
    }

    .aqua-willow-text,
    .aqua-willow-image {
      width: 100%;
      padding: 20px;
    }
  }

</style>