.trustpilot-testimonials-with-bg {
  background: #f1f1f1;

  .m-container {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;

    .trustpilot-widget {
      width: 100%;
    }

  }
}

@media screen and (max-width: 567px) {
  .trustpilot-testimonials-with-bg {
    .m-container {
      .trustpilot-widget {
        iframe {
          height: 300px !important;
        }
      }
    }
  }
}

@media screen and (min-width: 568px) {
  .trustpilot-testimonials-with-bg {
    .m-container {
      .trustpilot-widget {
        iframe {
          height: 140px !important;
        }
      }
    }
  }
}

@media (min-width:992px) {
  .trustpilot-testimonials-with-bg {
    .m-container {
      max-width: 960px;
    }
  }
}

@media (min-width:1200px) {
  .trustpilot-testimonials-with-bg {
    .m-container {
      max-width: 1280px;
    }
  }
}
