.pattern-footer > .wp-block-group:first-child > *{
  max-width:260px;
}
.pattern-footer .wp-block-gallery.has-nested-images[class*=columns] figure.wp-block-image:not(#individual-image){
  flex-grow:0;
  aspect-ratio:1;
  width:60px;
  height:60px;
  -o-object-fit:contain;
     object-fit:contain;
}

.wp-block-template-part-footer{
  position:relative;
}
.wp-block-template-part-footer::before{
  content:"";
  position:absolute;
  left:0;
  bottom:100%;
  width:100%;
  height:calc(var(--wp--preset--spacing--70)*2);
  -webkit-mask:url(../../images/sep.svg) repeat-x center top/auto 100%;
          mask:url(../../images/sep.svg) repeat-x center top/auto 100%;
  background-color:var(--wp--preset--color--accent-2);
  pointer-events:none;
}
/*# sourceMappingURL=footer.css.map */
