
div#CardGallery h4 {
    font-weight: 600;
    font-size: 14px;
    font-family: Calibri;
}
div#CardGallery h3 {
    font-weight: 600;
    font-size: 26px;
    font-family: Calibri;
    color: white;
}
div#CardGallery h1 {
    font-weight: 600;
    font-size: 20px;
    font-family: Calibri;
    color: white;
}

div#CardGallery p {
    font-weight: 400;
    font-size: 14px;
    font-family: Calibri;
    color: white;
}

div#CardGallery .button1 {
    font-family: Calibri;
    background-color: #FF5C39 ;
    border: 2px solid #FF5C39; 
}


div#CardGallery a{
    border:0 !important;
}

#galleryIntersectionObserverParent {
    height: auto !important;
    background-color:#A993B8 ;
}