.show-donation {
    background-color: #f4f0ec;
    padding-top: 64px;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.show-donation__title {
    font-weight: 700;
    font-size: 48px;
    color: #482B20;
    margin-bottom: 48px;
}

.show-donation__form{
    text-align: center;
}

.show-donation__list {
    display: flex;
    gap: 27px;
    margin-bottom: 64px;

}

.show-donation__item {
    flex-shrink: 0;
    padding: 11px 37px;
    border: 1px solid #ECC7B7;
    border-radius: 27px;
    color:#CF5D2C;
}

.show-donation__item p {
    font-weight: 400;
    font-size: 16px;
    color: inherit;
    /* color: #CF5D2C; */
}

.show-donation__item input{
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: inherit;
}

.show-donation__item input::placeholder{
    font-weight: 400;
    font-size: 16px;
    color: inherit;
}

.show-donation__btn{
    background-color: #CF5D2C;
    border-radius: 30px;
    padding: 10px 36px;
    width: max-content;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}

.show-donation__item.active{
    background-color: #CF5D2C;
    color: #fff;

}
