.about-muslims-wrapper {
    background-color: #fff;
    /* background-image: url(../images/vision-img.png); */
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}


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

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

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

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

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

.page-id-929 .about-muslims-wrapper::before{
    width: 100%;
    height: 100%;
}
.page-id-929 .about-muslims-wrapper{
    background-size: cover;
   
}



@media (max-width: 1655px) {
    .about-muslims-wrapper::before {
        width: 100%;
    }
}

@media (max-width: 1365px) {}

@media (max-width: 1199px) {


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


}

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

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




    .about-muslims-wrapper {
        background-size: cover;
    }

}

@media (max-width: 767px) {
    .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-main-box {
        padding: 0;
        position: relative;
        padding-bottom: 60px;
    }

}

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

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