.photo-gallery{
    height: 300px;
    width: 100%;
    background-color: #fff;
    // padding: 20px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 16px;
    overflow: hidden;
   img{
    height: 100%;
    width: 100%;
    object-fit: cover; 
   }

   .gallery-body{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    height: auto;
    width: 100%;
    background-color: #ffffffe8;
    z-index: 2;

    h4{
        font-size: 16px;
        font-weight: 500;
        line-height: 35px;
    }
     h6{
        font-size: 13px;
        font-weight: 400;
        color: #686868;
    }
   }
}

.photo-gallery{

    
}