/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 39:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .bare-acre-hero {
    text-align: center;
    padding: 40px 20px;
    background-color: #f5f1e9;
    color: #4b4324;
    font-family: Georgia, serif;
  }
  .bare-acre-hero h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .bare-acre-hero p {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .bare-acre-hero .button {
    background-color: #5f7147;
    color: white;
    padding: 12px 28px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
  }
  .bare-acre-hero img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
  }
</style>