/* white you custom css code here. only css code will work */


.header-inner.industry-home .title {
    text-transform: capitalize;
}


.header-style-03.header-variant-07 .nav-container {
    background-color: #E8552B !important;
}

.header-style-03.header-variant-07 {
    background-color: #e8552b !important;
}
.custom-nav{
    display:contents !important;
}


.donationCard {
    /* height: 350px; */
    width: 300;
    padding: 5px;
    box-shadow: 2px 4px 10px 0px #a0a0a3;
}

.contribute-single-item .thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}