.about-muslims-wrapper {
    background-color: #fff;
    /* background-image: url(../images/muslim-boy-learning-how-make-dua-allah.png); */
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    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;
}

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

   
    
}

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

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

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