@media (max-width: 1024px) {
	.module-fold-m.testimonials .module-fold-m-block:nth-of-type(2n) .module-fold-m-img {
    right: unset;
    left: unset;
    justify-content: center;
}
	.module-fold-m.testimonials .module-fold-m-img {
    margin-bottom: 20px ;
}
.module-fold-m-img {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 0px auto;
}

.module-fold-m-block {
    flex-direction: column;
}

.module-fold-m-content {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.module-fold-m-content-header {
    margin: 0px auto;
}

.module-fold-m-content-readmore {
    display: flex;
    justify-content: center;
}
    .testimonials .module-fold-m-img img {
    margin: 0 auto;
}
}

@media (max-width: 540px) {

    .module-fold-m-content {
    padding: 50px 20px;
}

.module-fold-m-content-readmore {
    display: flex;
    justify-content: center;
}
    
}