<style>
.white {color:#ffffff;}
.center {text-align:center;}
.btm-border-strong {border-bottom: 2px solid #ccc;}

.heading-with-icon {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.heading-with-icon > img {
    height: 2.5em;
    margin-right: .5rem;
}


.c-fund-summary {background: #efefef; margin: 0 10px;}
.fund-info-update {padding: 25px 15px 10px 15px; background: #efefef;}
.c-fund-summary__funds {display: flex; padding:0 1.25rem 1.25rem; flex:wrap;}

.praying-hands::before {width: 80px; content: " "; background-image: url(/multimedia/praying-hands-blue.png); position: absolute; height: 100%; background-size: contain; background-repeat: no-repeat;}
.ml-100 {margin-left:100px;}


</style>