.section-donate-record{
    padding: 96px 0;
}
.section-donate-record.style2{
    padding-bottom: 129px;
}
.section-donate-record .title{
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: var(--color-black);
    margin-bottom: 48px;
    text-align: center;
}
.section-donate-record .title:last-child{
    margin-bottom: 0;
}
.section-donate-record .subtitle,
.section-donate-record .cta-title,
.section-donate-record .item-title{
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    font-family: var(--font-campton);
    color: var(--color-black);
}
.section-donate-record.style1 .desc,
.section-donate-record.style1 .item-title{
    text-align: center;

}
.section-donate-record .desc{
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-black);
}
.section-donate-record .subtitle{
    margin: auto;
    margin-bottom: 80px;
    text-align: center;
}
.section-donate-record .subtitle{
    max-width: 510px;
}
.section-donate-record.style2 .subtitle{
    max-width: 708px;
}
.section-donate-record .subtitle:last-child{
    margin-bottom: 0;
}
.section-donate-record .cta-title{
    margin-bottom: 40px;
}
.section-donate-record .cta-title:last-child{
    margin-bottom: 0;
}
.section-donate-record .cta-part{
    text-align: center;
}
.section-donate-record .item-title{
    margin-bottom: 8px;
}
.section-donate-record.style2 .item-title{
    margin-bottom: 24px;
}
.section-donate-record .item-title:last-child{
    margin-bottom: 0;
}
.section-donate-record .item-lists{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 90px;
    margin-bottom: 80px;
}
.section-donate-record.style2 .item-lists{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    margin-bottom: 80px;
}
.section-donate-record .item-lists:last-child{
    margin-bottom: 0;
}
.section-donate-record .item{
    max-width: 362px;
}
.section-donate-record.style1 .item .img-wrapper{
    border-radius: 7px;
    overflow: hidden;
    --border-color:var(--orange);
    border-bottom: 18px solid var(--border-color);
    aspect-ratio: 362 / 327;
    margin-bottom: 30px;
}
.section-donate-record.style2 .item .img-wrapper img{
    aspect-ratio: 343 / 205;
    object-fit: cover;
}
.section-donate-record.style1 .item .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-donate-record.style1 .item:nth-child(3n+1) .img-wrapper{
    --border-color:#F05A28;
}
.section-donate-record.style1 .item:nth-child(3n+2) .img-wrapper{
    --border-color:#4DABC2;
}
.section-donate-record.style1 .item:nth-child(3n) .img-wrapper{
    --border-color:#F1C945;
}
.section-donate-record.style2 .item{
    background-color: var(--color-background-white);
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}
.section-donate-record.style2 .item-content{
    padding: 32px 20px;
}
@media only screen and (max-width:1024px){
    .section-donate-record.style2 .item-lists{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }
    .section-donate-record.style2 .item{
        max-width: 100%;
    }
}
@media only screen and (max-width:992px){
    .section-donate-record .item-lists{
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 30px;
    }
}
@media only screen and (max-width:768px){
    .section-donate-record{
        padding: 32px 0;
    }
    .section-donate-record .title{
        font-size: 29px;
        line-height: 1;
        margin-bottom: 24px;
    }
    .section-donate-record .subtitle{
        font-size: 23px;
        line-height: 1;
        margin-bottom: 40px;
    }
    .section-donate-record .item{
        max-width: 390px;
    }
    .section-donate-record.style2{
        padding-bottom: 40px;
    }
    .section-donate-record.style1 .item .img-wrapper{
        height: 164px;
        width: 100%;
        border-bottom: 9px solid var(--border-color);
        margin-bottom: 16px;
    }
    .section-donate-record .item-title{
        font-size: 23px;
        line-height: normal;
    }
    .section-donate-record .desc{
        font-size: 15px;
        line-height: 23px;
    }
    .section-donate-record .item-lists{
        row-gap: 56px;
    }
}
@media only screen and (max-width:600px){
    .section-donate-record.style2 .item-lists{
        grid-template-columns:1fr
    }
    .section-donate-record.style2 .item-content{
        padding: 20px 20px 30px;
    }
    .section-donate-record.style2 .item-title{
        font-size: 19px;
        line-height: normal;
        margin-bottom: 12px;
    }
    .section-donate-record.style2 .item-title:last-child{
        margin-bottom: 0;
    }
    .section-donate-record.style2 .item-lists{
        margin-bottom: 40px;
    }
    .section-donate-record.style2 .item-lists:last-child{
        margin-bottom: 0;
    }
    .section-donate-record .cta-title{
        font-size: 23px;
        line-height: normal;
        margin-bottom: 24px;
    }
    .section-donate-record .cta-title:last-child{
        margin-bottom: 0;
    }
}