.about-muslims-wrapper {
    background-color: #fff;
    /* background-image: url(../images/sadqah\ 2.png); */
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-size: cover;
}


.about-muslims-wrapper::before {
    content: "";
    background: url(../images/gradient-img.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%;
    background-size: cover;
    background-position: right;
}

.about-main-box {
    padding: 105px 0;
    position: relative;
    padding-bottom: 190px;
}

.donate-btn {
    text-align: start;
}

.donate-content {
    padding-top: 90px;
    z-index: 99;
    position: relative;
}

.about-content-box {
    padding-top: 60px;
}

.about-content-box p {
    margin-bottom: 20px;
}

.about-content-box h3 {
    margin-bottom: 10px;
}

.about-content-box span {
    font-size: 25px;
    color: var(--description-color);
    margin-bottom: 20px;
    display: block;
}

.donate-desription h3 {
    text-align: center;
    color: var(--description-color);
    /* margin-bottom: 30px; */
    font-style: italic;
    font-family: 'roboto-reguler';
    font-size: 24px;
    line-height: 30px;
    PADDING: 20px 200PX;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px;
    BORDER-RADIUS: 10PX;
}


/* @media (max-width: 1690px) {
    .about-muslims-wrapper::before {
        width: 70%;
    }
} */

@media (max-width: 1365px) {

    /* .about-main-box {
        padding: 85px 0;
    } */
    .donate-content {
        max-width: 100%;
    }

    /* .about-muslims-wrapper {
        height: 750px;
    } */
    /* .about-muslims-wrapper::before {
        width: 75%;
    } */
}

@media (max-width: 1199px) {

    /* .about-main-box {
        padding: 55px 0;

    } */
    .donate-desription h3 {
        font-size: 20px;
        line-height: 25px;
        PADDING: 20px 20PX;
    }

    /* .about-muslims-wrapper {
        background-size: contain;
    } */

    /* .about-muslims-wrapper {
        height: 650px;
    } */
    /* .about-muslims-wrapper::before {
        width: 86%;
    } */
}

@media (max-width: 991px) {
    .about-content-box p {
        margin-bottom: 30px;
    }

    .about-content-box {
        padding-top: 50px;
        padding-bottom: 0;
    }

    /* .about-main-box {
        padding: 30px 0;
    } */

    /* .about-muslims-wrapper::before {
        width: 75%;
    } */
    /* 
    .about-muslims-wrapper {
        height: 600px;
    } */
    .about-main-box {
        padding: 15px 0;
        position: relative;
        padding-bottom: 40px;
    }

    .donate-content {
        /* max-width: 90%; */
        padding: 0 0;
        padding-top: 80px;
    }

    .donate-desription h3 {
        font-size: 18px;
        line-height: 20px;
        padding: 20px 20PX;
    }
    .about-content-box span {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .donate-desription h3 {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 15PX;
    }

    .about-content-box p {
        margin-bottom: 20px;
    }

    .about-content-box {
        padding-top: 30px;
    }

    .about-muslims-wrapper {
        background-image: unset;
    }

    .about-goals .about-content-box p {
        align-items: center;
    }

    .about-muslims-wrapper {
        height: 100%;
    }

    .donate-content {
        padding-top: 40px;
    }
    .about-content-box span {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .about-content-box p {
        margin-bottom: 10px;
    }

    .donate-desription h3 {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 15PX;
    }

    .about-content-box {
        padding-top: 20px;
    }
}