@media (max-width:1250px) {

.testimonials-wrapper {
    gap: 40px;
}

.testimonials-item {
    flex: 0 0 calc(100% / 2 - 20px);
}

}

@media (max-width:1024px) {

.testimonials-item {
    flex: 1 0 100%;
}

.testimonials-wrapper {
    flex-direction: column;
}

.testimonials-item {
    text-align: center;
}

.testimonials-item-content-stars {
    justify-content: center;
}

.testimonials-item-header {
    flex-direction: column;
}

.testimonials-item-header-img {
    flex: unset;
    max-width: 100px;
    margin: 0px auto;
}

}

@media (max-width:400px) {
.testimonials-item-padding {
    padding:30px;
}
    
}