```liquid display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 0 10% 80px; box-sizing: border-box; font-family: 'Cormorant', serif; } .rawest-product-text { max-width: 600px; color: white; } .rawest-product-text h1 { font-size: 68px; margin-bottom: 15px; font-weight: 600; } .rawest-product-text p { font-size: 22px; font-family: 'Hepta Slab', serif; margin-bottom: 30px; } .rawest-product-btn { background-color: #f4b528; color: white; padding: 18px 38px; font-size: 20px; border-radius: 30px; font-weight: bold; text-decoration: none; display: inline-block; box-shadow: 0 3px 0 #d99d21; transition: background-color 0.3s ease; } .rawest-product-btn:hover { background-color: black; } @media only screen and (max-width: 749px) { .rawest-product-section { background-position: center top; padding: 20px; height: auto; text-align: center; align-items: center; } .rawest-product-text h1 { font-size: 36px; } .rawest-product-text p { font-size: 16px; } }

Honey Spoon

RAW, UNFILTERED, FROM THE VALLEYS OF CALIFORNIA, NO CHEMICALS, NO BS

``` ---