.project-info-section {
    padding: 80px 0;
    background-color: #fFFFFF;
    text-align: center;
}


.content-wrapper {
    display: flex;
    justify-content: center;
}


.project-info-banner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}

.project-info-banner-2 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto; 
    justify-content: space-between;
    align-items: flex-start; 
    padding: 20px;
}

.project-info-banner-2 a {
    display: inline-block;
    flex: 1; 
    max-width: 50%; 
    padding-right: 10px;
}

.funding-image {
    width: 300px;
    height: auto;
}

.section-text-2 {
    flex: 1;
    max-width: 50%;
    padding-left: 10px;
    text-align: left; 
}


.project-info-item {
    margin: 20px;
}

.project-info-label {
    font-weight: bold;
    display: block;
    color: #78003D;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.project-info-data {
    font-size: 1.2em;
    color: #333;
}
