.donation-progress-container {
    margin-bottom: 20px;
}

.donation-progress-container p {
    margin-bottom: 20px;
	text-align: center;
}
.donation-progress-bar-wrapper {
    width: 100%;
    height: 34px;
}

.donation-progress-bar {
    height: 100%;
	display: flex; 
	justify-content: flex-end; 
	align-items: center;
}
