.donor-wall-section ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.donor-wall-section ul li{
    width: 25%;
    text-align: center;
    margin-left: -2.5rem;

}

.donor-wall-head{
    text-align: center;
    font-weight: bold;
    padding: 0.5rem;
    margin: 1rem;
    background-color: #d4d1d1;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:960px) {

.donor-wall-section ul li{
    width: 30%;
}

    
}

@media (max-width:560px) {

.donor-wall-section ul li{
    width: 50%;
}

    
}

@media (max-width:400px) {

.donor-wall-section ul li{
    width: 100%;
    justify-self: center;
}

.donor-wall-section ul{
    justify-content: center;
}
    
}