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


.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;
}
.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;
}

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

@media (max-width: 1365px) {
    .about-main-box {
        padding: 85px 0;
    }

  

}

@media (max-width: 1199px) {
    .about-main-box {
        padding: 55px 0;

    }

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

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

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

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

}

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

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

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

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

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

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