.listdonation{
    padding: 50px 0;
    background-color: #f4f0ec;
}

.listdonation .main{
    display: flex;
    gap: 43px;
    margin-bottom: 133px;
}

.listdonation .main .everyday{
    color: #fff;
    flex: 1;
    flex-shrink: 0;
}

.listdonation .main .everyday{
    background-color: #482B20;
    padding: 36px 31px 33px;
}

.listdonation .main > div > .icon{
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
}

.listdonation .main > div > .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
} 

.listdonation .main > div > h2{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.listdonation .main .everyday p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 26px;
    line-height: 2;
}

.listdonation .main .btn{
    width: max-content;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 15px;
    background-color: #fff;
    border-radius: 20px;

}

.listdonation .main .btn span{
    font-weight: 400;
    font-size: 14px;
    color: #D05E2E;
}

.listdonation .main .planting{
    width: 420px;
    background-color: #D05E2E;
    color: #fff;
    padding: 36px  38px 54px;
}

.listdonation .main .planting .list .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    padding-top: 15px;
    border-bottom: 1px solid #482B2033;

}

.listdonation .main .planting .list .item:first-child{
    padding-top: 0;
}

.listdonation .main .planting .list .item:last-child{
    padding-bottom: 0;
     border-bottom: none;
}








.prayer{
    display: flex;
    gap: 191px;
}

.prayer__desc{
    flex: 1;
    flex-shrink: 0;
    height: max-content;
    position: sticky;
    top: 90px;
}


.prayer__desc span{
    display: block;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
}

.prayer__desc h2{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 48px;
    color: #482B20;
}

.prayer__desc p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #5C5C5C;
}

.prayer__list{
    width: 600px;
}

.prayer__item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D0CAC5;
    padding-top: 33px;
    padding-bottom: 36px;
}

.prayer__item-pic{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.prayer__item-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.prayer__item-info{
    margin-right: auto;
}

.prayer__item-info h3{
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
    margin-bottom: 11px;
}

.prayer__item-info p{
    font-weight: 400;
    font-size: 14px;
    color: #666;

}

.prayer__item-status p{
    font-size: 20px;
    font-weight: 600;
    color: #482B20;
    margin-bottom: 17px;
    text-align: right;
}

.prayer__item-status a{
    border: none;
    background-color: #D05E2E;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px 6px;
    border-radius: 15px;
}