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

.fundedby-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    gap: 30px;
}

.fundedby-div p {
    font-size: 20px;
}

.fundedby-div img {
    width: 506px;
    height: 82px;
}