.listcustom{
    background-color: #f4f0ec;
    padding-top: 80px;
}

.listcustom .process{
    display: flex;
    gap: 52px;
    align-items: center;
    margin-bottom: 71px;
}


.listcustom .process .pic{
    width: 646px;
    height: 648px;
   flex-shrink: 0;
}

.listcustom .process .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listcustom .process .main > span{
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
    margin-bottom: 24px;
}

.listcustom .process .main > h2{
    font-weight: 700;
    font-size: 48px;
    color: #482B20;
    margin-bottom: 30px;
}

/* .listcustom .process .main > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #5C5C5C;
    margin-bottom: 39px;
}

.listcustom .process .main .list .item{
    border-top: 1px solid #D9D9D9;
    cursor: pointer;
    padding-top: 26px;
    padding-bottom: 24px;
}

.listcustom .process .main .list .item:last-child{
    border-bottom: 1px solid #D9D9D9;
}

.listcustom .process .main .list .item .title{

    display: flex;
    justify-content: space-between;
}

.listcustom .process .main .list .item .title h4{
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
}

.listcustom .process .main .list .item .content{
    margin-top: 0;
    overflow: hidden;
    height: 0;
    transition: height .3s ease;
}

.listcustom .process .main .list .item .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #5C5C5C;
}  */



.listcustom .intro{
    margin-bottom: 86px;
}

.listcustom .intro .list{
    display: flex;
   align-items: center; 
   gap: 112px;
}

.listcustom .intro .list .item{
    flex: 1;
    text-align: center;
}

.listcustom .intro .list .item img{
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 25px;
}

.listcustom .intro .list .item h2{
    font-weight: 700;
    font-size: 24px;
    color: #482B20;
    margin-bottom: 11px;
}

.listcustom .intro .list .item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #5C5C5C;
}


.listcustom .project{
    padding: 0 13px;
    margin-bottom: 133px;
}

.listcustom .project .list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 30px;
}

.listcustom .project .list .item{
    position: relative;
}

.listcustom .project .list .item > img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listcustom .project .list .item .main{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 10px 46px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.listcustom .project .list .item:nth-child(odd) .main{
    background-color: #D05E2E;
}

.listcustom .project .list .item:nth-child(even) .main{
    background-color: #482B20;
}


.listcustom .project .list .item .main img{
    margin-bottom: 21px;
    display: block;
    width: 72px;
    height: 72px;
}

.listcustom .project .list .item .main h2{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.listcustom .project .list .item .main p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}



.listcustom .donation{
    margin-bottom: 105px;
    display: flex;
    gap: 169px;
}


.listcustom .donation .title span{
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
    margin-bottom: 24px;
}

.listcustom .donation .title h2{
    font-weight: 700;
    font-size: 48px;
    color: #482B20;
    margin-bottom: 30px;
}

.listcustom .donation .title p{
    font-weight: 400;
    font-size: 16px;
    color: #5C5C5C;
}

.listcustom .donation .list{
    flex: 1;
}

.listcustom .donation .list .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 39px;
    padding-bottom: 49px;
    border-bottom: 1px solid #D0CAC5;
}

.listcustom .donation .list .item .content h4{
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
    margin-bottom: 11px;
}

.listcustom .donation .list .item .content p{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.listcustom .donation .list .item .price{
    display: flex;
    gap: 21px;
}

.listcustom .donation .list .item .price p{
    font-weight: 600;
    font-size: 20px;
    color: #482B20;
}

.listcustom .donation .list .item .price a{
    display: block;
    padding: 4px 12px;
    color: #fff;
    border-radius: 15px;
    background-color: #D05E2E;
}



.listcustom .contact{
    display: flex;
}

.listcustom .contact > *{
    flex: 1;
}

.listcustom .contact .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listcustom .contact form{
    padding: 71px 103px 144px;
}

.listcustom .contact form h2{
    font-weight: 700;
    font-size: 40px;
    color: #482B20;
    margin-bottom: 33px;
    text-align: center;
}


.listcustom .contact form .group{
    display: flex;
    gap: 22px;
}

.listcustom .contact form input{
    flex: 1;
    flex-shrink: 0;
    height: 56px;
    padding-left: 22px;
    border: 1px solid #D1C9C4;
    margin-bottom: 18px;
    background-color: #F4F0EC;
    font-weight: 400;
    font-size: 16px;
    color: #989796;
}

.listcustom .contact form textarea{
    flex: 1;
    flex-shrink: 0;
    height: 161px;
    padding-left: 22px;
    padding-top: 15px;
    border: 1px solid #D1C9C4;
    background-color: #F4F0EC;
    margin-bottom: 21px;
    font-weight: 400;
    font-size: 16px;
    color: #989796;
    resize: none;
}


.listcustom .contact form button{
    display: block;
    width: 100%;
    height: 56px;
    background-color: #CF5D2C;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
}



