.one-project {
    display: flex;
    flex-direction: column;
}

.one-project h1 {
    margin-top: 40px;
    margin-bottom: 44px;
    font-family: e-Ukraine;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 46px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #444444;
}

.project-section {
    display: flex;
    flex-direction: row;
    gap: 44px;
    margin-bottom: 30px;
}

.project-section .img-wrapper {
    width: 100%;
    max-width: 431px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
}

.project-section .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-section .text-section {
    max-width: calc(100% - 431px - 44px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.text-section__title {
    max-width: 630px;
    font-family: e-Ukraine;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 172%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #2B2B2B;
}

.text-section__desc {
    font-family: e-Ukraine;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 172%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #444444;
}

.benefits {
    padding: 20px;
    background: #3A8BCE;
    border-radius: 12px;
}

.benefits-list {
    display: flex;
    flex-direction: row;
    gap: 31px;
}

.benefits-list ul {
    list-style: disc;
    margin: 0 0 0 20px;
    gap: 12px 50px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
}

.benefits-list li {
    font-family: e-Ukraine;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    width: calc(50% - 25px);
    flex-shrink: 0;
    leading-trim: NONE;
    line-height: 172%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
}




.underline-text h3 {
    position: relative;
    font-family: e-Ukraine;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    width: 650px;
    margin: 0 auto;
    color: #444444;
}

.underline-text h3::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #ffe739 0%, #005b9b 100%);
}

.underline-text h4 {
    font-family: e-Ukraine;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #444444;
    max-width: 1008px;
    margin: 52px auto 0 auto;

}

.underline-text .large-text {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    gap: 64px;
}

.underline-text .large-text span {
    font-family: e-Ukraine;
    font-weight: 400;
    font-style: Regular;
    font-size: 120px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #444444;
}

.underline-text .large-text p {
    font-family: e-Ukraine;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #444444;
}

.youtube-frame {
    width: 100%;
    height: 670px;
    overflow: hidden;
    border-radius: 20px;
}

.donate {
    background: #F5F5F5;
}

@media screen and (max-width: 1024px) {
    .youtube-frame {
        border-radius: 20px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin-top: 25px;
    }
    .underline-text {
        padding: 32px 0;
        margin-bottom: 20px;
    }

    .underline-text h3 {
        font-size: 16px;
        width: fit-content;
    }

    .underline-text h3::after {
        height: 2px;
    }

    .underline-text h4 {
        font-size: 16px;
    }

    .underline-text .large-text {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        gap: 12px;
    }

    .underline-text .large-text span {
        font-size: 24px;
    }

    .underline-text .large-text p {
        font-size: 12px;
    }

    .one-project {
        display: flex;
        flex-direction: column;
    }

    .one-project h1 {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 28px;
    }

    .project-section {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 50px;
    }

    .project-section .img-wrapper {
        max-width: 100%;
        height: 300px;
    }

    .project-section .text-section {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .text-section__title {
        max-width: 100%;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .benefits {
        padding: 12px;
    }

    .benefits-list {
        display: flex;
        flex-direction: row;
        gap: 14px;
    }

    .benefits-list ul {
        list-style: disc;
        margin: 0 12px;
        gap: 12px;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }
    .benefits-list ul li{
        width: 100%;
    }


}
