/* === DIGIFOX BANNER CSS === */

/* Two buttons side by side */
.module-banner .item-feet.banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.module-banner .item-feet.banner-buttons .scroll {
  display: inline-block;
}

/*
.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;
}
*/

