/*!
 * Purged subset of Bootstrap 5.3.3 — only the utility classes this site uses.
 * (display, image-fluid, border, text-align/color/decoration, spacing incl. lg)
 * Values match Bootstrap defaults: spacer 4 = 1.5rem, 5 = 3rem; lg = 992px.
 */
.d-block{display:block!important}
.img-fluid{max-width:100%;height:auto}
.border-0{border:0!important}
.text-center{text-align:center!important}
.text-end{text-align:right!important}
.text-white{color:#fff!important}
.text-decoration-none{text-decoration:none!important}
.mt-5{margin-top:3rem!important}
.mb-0{margin-bottom:0!important}
.mb-5{margin-bottom:3rem!important}
@media (min-width:992px){
  .mb-lg-4{margin-bottom:1.5rem!important}
  .pt-lg-5{padding-top:3rem!important}
}
