.mca-testimonial-product .testimonial-product__wrapper {
  padding: 5rem;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  background-color: rgb(var(--color-background));
  @media screen and (max-width: 720px) {
    padding: 0rem;
    background: none !important;
  }
}

.mca-testimonial-product .testimonial-product__reviews {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}
