.myitem {
  margin:10px;
}

.photo-gallery {
    color:#313437;
    margin:10px;
    
    /* display: contents; */
  }
  
.img-fluid{
  max-height: 500px;
  max-width: 500px;
 }
 .farming-practice-area{
  margin: 50px;
 }

 
  /* .photo-gallery p {
    color:#7d8285;
  } */
  
  /* .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  } */
  
  @media (max-width:1290px) {


    .img-fluid{
      max-width: 100%;
      max-height: 500px;
     }

     .farming-practice-area{
      margin: 20px;
     }
  }
  
 
/*   
  .photo-gallery .intro p {
    margin-bottom:0;
  } */
  
  /* .photo-gallery .photos {
    padding-bottom:20px;
  } */

  
  
  
  