/* v365G — Replace the Fees landmark image with the user's newly supplied line-art image.
   Keep the current desktop-only behavior, left-side placement, and faded look. */

.fees-check-section .container.grid.two > :first-child::after{
  background-image: url('/assets/img/fees-side-landmark-replacement-v365G.jpg') !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
  background-size: contain !important;
}

@media (max-width: 980px){
  .fees-check-section .container.grid.two > :first-child::after{
    content: none !important;
    display: none !important;
  }
}
