.gallsect .GalleryList .GalleryListBlock img {
    object-fit: contain;
    box-shadow: 0px 0px 2px 0px #C2D1D9;
}
@media only screen and (min-width: 769px){
    .GalleryList .GalleryListBlock .imgblock {
        width: 100%;
        /* height: 167px; */
        display: flex;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1173px){
    .GalleryList .GalleryListBlock {
        width: 32%;
    }
    /* .GalleryList .GalleryListBlock .imgblock {
        height: 200px;
    } */
}