

div#CardGallery h4 {
    font-weight: 600;
    font-size: 14px;
    color: #0079c2;
}

div#CardGallery p {
    font-weight: 400;
    font-size: 14px;
}

div#CardGallery a{
    border:0 !important;
}

#galleryIntersectionObserverParent {
    height: auto !important;
    justify-content: flex-start !important;
}

div#CardGallery .ms_lay1_card{
    border-radius: 6px;
    box-shadow: 0 0 16px #ddd;
    overflow: hidden;
    background-color: #fff;
}

div#CardGallery .ms_lay1_card_img{
    padding: 0;
    margin: 0;
    min-height: 102px !important;
}
