/* child funnel */
.mySection {
  background:var(--gBgGreyLt);
  color:#000;
}
.mySection .container {
  width:750px;
}
.mySection .subt {
  font-weight:bold;
}

#priBtn a {
  font-size:clamp(24px, 8vw, 2.5rem);
  background:var(--gBrandColorSec);
  padding: .4rem 1.5rem;
  border-bottom-width: 5px;
  border-radius: .5rem;
}
#priBtn a:hover {
  background:var(--gBgYellow);
  color:#000;
  box-shadow:0px 0px 0px 4px #333;
}

#secBtn a {
  color: #777;
  font-size: 0.785em;
  font-size:clamp(14px, 3.5vw, .925rem);
  letter-spacing: 2px;
  text-decoration: underline;
  text-decoration-color: rgba(1, 114, 173, 0.5);
}

/* Increase Font Size */
:where(div#childFunnel) > *:not(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(24px, 4.5vw, 1.5rem);
}

.funnelAudio {
  padding:.5em;
  background:#d3d3d3;
  border:1px solid #aaa;
  padding-bottom:0;
  border-radius: 3px;
  box-shadow:4px 4px;
  margin-bottom:2rem!important;
}
