/** Shopify CDN: Minification failed

Line 45:8 Expected identifier but found whitespace
Line 45:9 Unexpected "-10px"

**/



a.m-tab-header.active {
    padding: 5px 7px !important;
    background: #000;
    color: #fff;
}

.m-page-header.m-page-header--template-page.m\:text-center.m-scroll-trigger.animate--fade-in-up
 {
    background: #BBC9BB;
}

.m-page-header .m-breadcrumb {
  display: none;
}

.miapia-pg-content p {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}





.m-icon-box__inner {
  
filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.25));

}

/* .m-icon-box__inner::after {
  content: "";
  position: absolute;
  bottom: -10px;   /* extend beyond parent */
  right: -10px;    /* extend beyond parent */
  width: calc(100% + 20px);  /* bigger than parent */
  height: calc(100% + 20px);
  border-radius: 25px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  z-index: -1;
} */
