/* /cert-pathways renders the same pathway block as the home page (shared in
   components.css) with the CTA replaced by a note, plus a full-bleed banner. */

.pathways__note--soon { margin-top: 1.375rem; }   /* 74 below the first note */

.pathways__banner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 9.375rem;            /* 150 */
}
.pathways__banner img { width: 100%; height: auto; }

@media (max-width: 999px) {
  .pathways__banner { margin-top: 3rem; }
}
