.autogenerated-bce-recentdonations{
    width: 100%;
}


.autogenerated-bce-recentdonations ul{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 0;
}

.autogenerated-bce-recentdonations ul li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.autogenerated-bce-recentdonations ul li h3{
    color: white;
    font-size: 1.4rem;
    margin: 0;
}

.donation__wrapper{
    width: 100%;
}

.donation__wrapper .donation{
    background-color: #89BF89;
    width: 100%;
    color: white;
    width: 100%;
    height: 100%;
    
    padding: 2rem 5rem 2rem 5rem;
    border-top-left-radius: 90px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 100px;

    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M905.5 671.5q-62.5 171.5-234 212T335 877q-165-47-185-212t30.5-299.5Q231 231 365.5 166t310-41q175.5 24 234 199.5t-4 347Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%2383B783%22 d=%22M905.5 671.5q-62.5 171.5-234 212T335 877q-165-47-185-212t30.5-299.5Q231 231 365.5 166t310-41q175.5 24 234 199.5t-4 347Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");      
}

@media (max-width: 750px) {
    .donation__wrapper .donation{
        padding: 5rem 1rem!important;
    }
}

.donation__wrapper .donation a{
    color: white!important;
    font-weight: bolder!important;
    text-decoration: none!important;
}