@media screen and (max-width: 1300px) {
    .fundedby-wrapper {
        display: flex;
        justify-content: center;
    }
    
    .fundedby-div {
        padding: 10px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .fundedby-div p {
        font-size: 20px;
    }
    
    .fundedby-div img {
        width: 100%;
        height: auto;
    }
}