/** Shopify CDN: Minification failed

Line 365:5 Expected "}" to go with "{"

**/


.homepage-image-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-page-image-grid-heading {
  margin-top: 40px;
  text-align:center;
  margin-bottom: 20px;
font-family: moneta-regular;
    font-size: 44px;
    line-height: 53px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    color: #60ac26;
 width:120%;
  margin-left:0;
  margin-right:0;
}

.home-page-image-grid-paragraph {
  margin-bottom: 0px;
font-family: Cabinetgrotesk-Regular,sans-serif;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.home-page-image-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-page-section {
  position: relative;
  padding: 10% 5%;
}

.home-page-section.image-grid {
  padding-right: 8%;
  padding-left: 8%;
}

.background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
}

.background-image.homepage-image-grid {
  opacity: 0;
}


.single-image-homepage-image-grid {
  width: 100%;
  height: 15vw;
      background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.single-image-homepage-image-grid.fruit {
  background-image: url('/cdn/shop/files/A_Gift_from_the_Earth.png?');

}

.single-image-homepage-image-grid.farm {
  background-image: url('/cdn/shop/files/Our_Vission.png');

}

.single-image-homepage-image-grid.product-collection {
    background-image: url('/cdn/shop/files/Soil_to_shelf.png');

}

.home-page-para-1 {
  margin-bottom: 40px;
 font-family: 'Montserrat';
  color: #7a7a7a;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

.home-page-image-grid-heading-1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Moneta, sans-serif;
  color: #60ac26;
  font-size: 43px;
  font-weight: 400;
  text-align: center;
   width:120%;
  margin-left:0;
  margin-right:0;
}

 @media(max-width: 1700px)
 {
   .home-page-image-grid-heading
   {
   font-size: 40px;
     margin-top: 30px;
      width:120%;
  margin-left:0;
  margin-right:0;
  
    margin-bottom: 15px;
   }
   .home-page-image-grid-paragraph 
   {
    font-size: 17px;
   }
 
 }
 @media(max-width: 1920px)
 {
 

  .home-page-image-grid-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-page-image-grid-block-image {
    width: 90%;
  }
 @media(max-width: 1450px)
 {
   
   .home-page-image-grid-heading
   {
       font-size: 37px;
   }
   .home-page-image-grid-paragraph
   {
       font-size: 15px;
   }
 }
   
    @media(max-width: 1250px)
 {
     .home-page-image-grid-heading
   {
        font-size: 31px;
    margin-top: 21px;
    width: 120%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
       line-height: 37px;
   }

   .home-page-image-grid-paragraph {
    font-size: 14px;
}
 }


   @media(max-width: 900px)
   {
      .home-page-image-grid-paragraph
     {
     margin-bottom: 38px;
     }
     .home-page-image-grid-heading
     {
     margin-bottom: 25px!;
       font-size: 40px;
       margin-top: 39px;
       
     }
     .home-page-image-grid-paragraph
     {
     font-size: 17px;
    line-height: 26px;
     }
     .single-image-homepage-image-grid
     {
         height: 33vw;
     }
     .homepage-image-grid-container
     {
     display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;
    align-content: space-between;
     }
     .homepage-image-grid-container
     {
     display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;
    align-content: space-between;
     }
     .home-page-image-grid-block
     {
     width: 65%;
     }
   }

 @media(max-width: 767px) {
  


 
  .home-page-para-1 {
    font-size: 17px;
    line-height: 22px;
  }

  .home-page-image-grid-heading-1 {
    font-size: 37px;
    line-height: 39px;
  }
   
}
 @media(max-width: 479px) {
   .grav-icon-new{
       margin-bottom: 2%!important;
   }
.home-page-image-grid-paragraph
   {
       margin-bottom: -6px;
   }
  .homepage-image-grid-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-page-image-grid-heading {
    font-size: 41px;
    line-height: 43px;
        width: 100%;



  }

  .home-page-image-grid-block {
    width: 88%;
    margin-bottom: 20%;
  }

  .home-page-section {
    padding-top: 20%;
    padding-bottom: 0%;
  }


  .single-image-homepage-image-grid {
    height: 85vw;
  }

  .home-page-image-grid-heading-1 {
    font-size: 41px;
    line-height: 43px;
  }
}

    @media(max-width: 479px) {
  .home-page-image-grid-block {
    width: 100%;
    margin-bottom: 4%;
    
  }
  
          
      
      .single-image-homepage-image-grid
      {
          height: 50vw;
        background-size: 45%!important;
        margin-bottom: -17%!important;
    background-repeat: no-repeat!important;
      }
      
      .home-page-image-grid-heading {
       font-size: 36px;
    line-height: 42px;
        margin-top: 15%!important;
      }
      
      .home-page-image-grid-paragraph
      {
      font-size: 15px;
    line-height: 25px;

      }
    }