.testimonial_quotes .elementor-image-box-content:before {
    content: '';
    width: 34px;
    height: 28px;
    background-image: url(/../staging/wp-content/themes/child-charityfoundation/assets/images/testmonial_quote.png);
    display: block;
    position: absolute;
    left: 23px;
    top: 17px;
    background-repeat: no-repeat;
}

.how_can_help .nd_donations_section .nd_donations_float_left.nd_donations_width_50_percentage:nth-child(2) {
    display: none;
}


@media (max-width: 1024px){
.testimonial_quotes .elementor-image-box-content:before{
    left: 200px;
    top: 17px;
}
}

@media (max-width: 920px){
.testimonial_quotes .elementor-image-box-content:before {
    left: 160px;
    top: 17px;
}
}
@media (max-width: 767px){
.testimonial_quotes .elementor-image-box-content:before {
   background-image: none;
}
}