/* v359G — Use the original supplied landmark image directly, without blurring,
   make it about 1.5x larger, and keep it clearly visible beside the Fee Checker. */

.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: 480px;
  padding-right: 34px;
}

.fees-check-section .container.grid.two > :first-child::after{
  content: "";
  position: absolute;
  right: -30px;
  bottom: -10px;
  width: min(585px, 72vw);
  height: min(720px, 100%);
  background: url('/assets/img/fees-side-landmark-raw-v359G.png') no-repeat center bottom / contain;
  opacity: .82;
  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: 430px;
    padding-right: 18px;
  }

  .fees-check-section .container.grid.two > :first-child::after{
    right: -20px;
    width: min(500px, 66vw);
    opacity: .78;
  }
}

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

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

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

  .fees-check-section .container.grid.two > :first-child::after{
    width: min(340px, 84vw);
    height: 190px;
    bottom: 10px;
    opacity: .68;
  }
}
