.card {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.progress {
    background-color: #fff;
}

.project-info__progress {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: 600;
    line-height: 44px;
}

.progress-funded {
    font-size: 24px;
    color: #00a7a7;
}

.progress-target {
    font-size: 16px;
}

.progress-bar {
    background-color: #00a7a7;
}

.btn-grn {
    background-color: #00a7a7;
}

.btn {
    margin-bottom: 20px;
    margin-top: 20px;
}

.donation-nav {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 20px;
    width: 100%;
}

.table-donations {
    margin-top: 30px;
}

.table-donations .row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.table-donations .row:nth-child(odd) {
    background-color: #f9f9f9;
}

.posts {
	margin-top: 20;
}

.wrap__header-single .block__header {
	margin-bottom: 0px;
}

.nav-link {
	color: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: #fff;
}