/* v361G — Fees page landmark rebalanced:
   - render at 80% of the previous oversized version
   - lower overall visibility to about 70%
   - use a sharper/crisper source image for cleaner line detail */

.fees-check-section{
  position: relative;
  overflow: hidden;
}

.fees-check-section .container.grid.two{
  position: relative;
  align-items: stretch;
  isolation: isolate;
}

.fees-check-section .container.grid.two > :first-child{
  position: relative;
  z-index: 1;
  min-height: 450px;
  padding-right: 28px;
}

.fees-check-section .container.grid.two > :first-child::after{
  content: "";
  position: absolute;
  right: -14px;
  bottom: -8px;
  width: min(468px, 58vw);
  height: min(576px, 100%);
  background: url('/assets/img/fees-side-landmark-sharp-v361G.png') no-repeat center bottom / contain;
  opacity: .70;
  pointer-events: none;
  z-index: -1;
}

.fees-check-section .fee-card{
  position: relative;
  z-index: 2;
}

@media (max-width: 1180px){
  .fees-check-section .container.grid.two > :first-child{
    min-height: 408px;
    padding-right: 16px;
  }

  .fees-check-section .container.grid.two > :first-child::after{
    right: -10px;
    width: min(400px, 52vw);
    opacity: .70;
  }
}

@media (max-width: 980px){
  .fees-check-section .container.grid.two > :first-child{
    min-height: auto;
    padding-right: 0;
    padding-bottom: 224px;
  }

  .fees-check-section .container.grid.two > :first-child::after{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    width: min(352px, 69vw);
    height: 192px;
    opacity: .66;
  }
}

@media (max-width: 640px){
  .fees-check-section .container.grid.two > :first-child{
    padding-bottom: 190px;
  }

  .fees-check-section .container.grid.two > :first-child::after{
    width: min(272px, 68vw);
    height: 152px;
    bottom: 8px;
    opacity: .62;
  }
}
