.project_deduction-for-donation {
    display: flex;
    padding-top: 15px;
    align-items: center;
}

.project_deduction-for-donation p {
    color: #FD790E;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-right: 5px;
}

.project_deduction-for-donation img {
    height: 21px;
    width: 20px;
    margin: 0;
}

@media (max-width: 768px) {
    .project_deduction-for-donation p {
        font-size: 1.2rem;
    }

    .deduction_add_tooltip img {
        height: 17px;
        width: 16px;
    }
}
