/* v364G — Fade the Fees landmark much more.
   User request: make the artwork around 70% more faded so it no longer competes with the text. */

.fees-check-section .container.grid.two > :first-child::after{
  opacity: .28 !important;
}

@media (max-width: 1180px){
  .fees-check-section .container.grid.two > :first-child::after{
    opacity: .26 !important;
  }
}

/* Keep hidden on mobile from v363G */
