
/* this just highlights the link below the specifed element*/
.highlight-child-a-tag > p > a {
  color: #6d3ef3;
  text-decoration: underline;
}

.cta-q-blob-top {
  position: absolute;
  right: -20%;
  top: -10%;
  z-index: -10;
}

.cta-q-blob {
  position: absolute;
  left: -7%;
  bottom: -20%;
  z-index: -10;
}