.testimonial_single img:not(.listings img){
    padding: 1rem;
}

.testimonial_single .listings{
    list-style: none;
    width: 100%;
}

.testimonial_single .listings img{
    margin-bottom: 0;
}

@media only screen and (min-width: 1201px) {
    .testimonial_single .listings{
        width: 33% !important;
    }
}
@media only screen and (min-width: 769px) {
    .testimonial_single .listings{
        width: 50%;
        float: right;
    }
}
@media only screen and (max-width: 768px) {
    .testimonial_single .listings{
        padding: 0;
    }

    .testimonial_single{
        display: flex;
        flex-direction: column-reverse;
    }
}