 /* === DIGIFOX BANNER CSS === */
/*
.module-banner {
  background-image:
    linear-gradient(0deg,
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.4)),
    url(/wp-content/uploads/2022/12/mcc-par-01.jpg); *./
    /*url(<?php the_field('banner_heading', 'option'); ?>)*/
  /*-webkit-box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.2);*/
  /*box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.2);*/
 /* background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

