/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-pre-footer .pre-footer-wrapper {
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0;
  padding: 1rem;
  margin: 0 1rem; }
  @media (max-width: 980px) {
    .section-pre-footer .pre-footer-wrapper .footer-reviews {
      overflow-x: scroll;
      white-space: nowrap;
      display: flex;
      gap: 1.5rem; } }
  @media (min-width: 981px) {
    .section-pre-footer .pre-footer-wrapper .footer-reviews {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem; } }

/*# sourceMappingURL=reviews.css.map */
