.donation__section_page .heading {
    -webkit-animation: fadeInRight100 1.5s ease-in-out both;
    animation: fadeInRight100 1.5s ease-in-out both;
}

.donation__section_page .divider {
    -webkit-animation: fadeInRight100 1.5s ease-in-out both;
    animation: fadeInRight100 1.5s ease-in-out both;
}

.donation__section_page .donation__text, .donation__section_page .donation__text__501 {
    -webkit-animation: fadeInRight100 1.5s ease-in-out both;
    animation: fadeInRight100 1.5s ease-in-out both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.donation__text {
    padding-top: 43px;
    margin-bottom: 44px;
    max-width: 800px;
    width: 100%;
    font-size: 1.375rem;
    line-height: 1.545;
    position: relative;
}

@media (max-width: 576px) {
    .donation__section .heading {
        padding-bottom: 22px;
    }
    .donation__section .heading__content {
        margin-bottom: 0;
    }
    .donation__text {
        padding-top: 22px;
        margin-bottom: 30px;
        font-size: 1.125rem;
    }
}
