/* v358G — Stronger and larger landmark background 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: 420px;
  padding-right: 28px;
}
.fees-check-section .container.grid.two > :first-child::after{
  content: "";
  position: absolute;
  right: -8px;
  bottom: -4px;
  width: min(390px, 52vw);
  height: min(500px, 100%);
  background: url('/assets/img/fees-side-landmark-v358G.png') no-repeat center bottom / contain;
  opacity: .34;
  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: 390px;
  }
  .fees-check-section .container.grid.two > :first-child::after{
    right: -6px;
    width: min(340px, 46vw);
    opacity: .30;
  }
}
@media (max-width: 980px){
  .fees-check-section .container.grid.two > :first-child{
    min-height: auto;
    padding-right: 0;
    padding-bottom: 215px;
  }
  .fees-check-section .container.grid.two > :first-child::after{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: min(320px, 72vw);
    height: 200px;
    opacity: .26;
  }
}
@media (max-width: 640px){
  .fees-check-section .container.grid.two > :first-child{
    padding-bottom: 185px;
  }
  .fees-check-section .container.grid.two > :first-child::after{
    width: min(260px, 70vw);
    height: 170px;
    bottom: 8px;
    opacity: .24;
  }
}
