
#products-main{
    background-image: url(../assets/products/Headerblueberry-pattern-on-white-background-TJM6AQL-scaled.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 344px;
    padding-bottom: 164px;
}

.products-main-content{
    width: 69%;
    font-family: 'Lora',Georgia,"Times New Roman",serif;
    text-align: center;
    line-height: 1.4em;
    font-size:20px;
   
}
.button-container button:hover,.button-container button:active{
    border:0px;
    background-color: rgb(237, 235, 235);
    color: black;
}

.button-container button{
    border:1px solid black;
    color:black;
    text-decoration: none;
}


  #farm-fresh,#on-trend,#chef-driven{
    width: 69%;
    font-family: 'Lora',Georgia,"Times New Roman",serif;
    text-align: center;
  }

  #farm-fresh img,#on-trend img,#chef-driven img{
    width: 100%;
    height: auto;
  }

 #on-trend h5,#farm-fresh h5,#chef-driven h5{
    text-align: left;
 }
  #products-card{
    padding-top: 70px;
    padding-bottom: 70px;
    height:100%;
    width:100%;
    background-position: 50% center;
    background-color: transparent;
    background-image: url(../assets/products/hands-holding-radish-organic-produce-from-farm-PCUP3Q2-scaled.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-top: 1px solid #7E57C2;

  }
  .card-building{
    text-align: center;
    width:32%;
    height:100%;
    background-position-x: 50%;
    background-position-y: center;
    background-attachment: fixed;
    background-color: rgba(238, 233, 233, 0.8);
   

  }
.card-building>h4{
    font-family: 'Lora',Georgia,"Times New Roman",serif;
    text-align: center;
    font-size: 46px;
    line-height: 1.1em;
    font-weight: 300;
}

.picture2 {
    display: none;
}
.thumbnail:hover .picture1 {
    display: none;
}
.thumbnail:hover .picture2 {
    display: block;
}

  @media only screen and (max-width:980px)
  {
    .card-building{
        width: 70%;
       margin-bottom: 30px;
       margin-left:auto;
       margin-right: auto;
    
      }
      #products-main{
        padding-top: 146px!important;
        padding-bottom: 50px;
    }
  }


 