.about-muslims-wrapper {
    background-color: #fff;
    /* background-image: url(../images/goals-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;
    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;
}

.about-content-box p img {
    width: 40px;
    height: 40px;
}




.about-goals .about-content-box p {
    display: flex;
    align-items: center;
    gap: 20px;
}


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

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

@media (max-width: 1199px) {
    

    .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-content-box p img {
        width: 30px;
        height: 30px;
    }
}

@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: unset;
    }

    

}

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

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